mirror of
https://github.com/friendica/friendica
synced 2025-04-29 21:04:24 +02:00
Removed and replaced deprecated functionalities
This commit is contained in:
parent
cfac13790b
commit
eb1b2256a0
12 changed files with 29 additions and 230 deletions
|
@ -57,36 +57,6 @@ class Contact
|
|||
const DEFAULT_AVATAR_THUMB = '/images/person-80.jpg';
|
||||
const DEFAULT_AVATAR_MICRO = '/images/person-48.jpg';
|
||||
|
||||
/**
|
||||
* @deprecated since version 2019.03
|
||||
* @see User::PAGE_FLAGS_NORMAL
|
||||
*/
|
||||
const PAGE_NORMAL = User::PAGE_FLAGS_NORMAL;
|
||||
/**
|
||||
* @deprecated since version 2019.03
|
||||
* @see User::PAGE_FLAGS_SOAPBOX
|
||||
*/
|
||||
const PAGE_SOAPBOX = User::PAGE_FLAGS_SOAPBOX;
|
||||
/**
|
||||
* @deprecated since version 2019.03
|
||||
* @see User::PAGE_FLAGS_COMMUNITY
|
||||
*/
|
||||
const PAGE_COMMUNITY = User::PAGE_FLAGS_COMMUNITY;
|
||||
/**
|
||||
* @deprecated since version 2019.03
|
||||
* @see User::PAGE_FLAGS_FREELOVE
|
||||
*/
|
||||
const PAGE_FREELOVE = User::PAGE_FLAGS_FREELOVE;
|
||||
/**
|
||||
* @deprecated since version 2019.03
|
||||
* @see User::PAGE_FLAGS_BLOG
|
||||
*/
|
||||
const PAGE_BLOG = User::PAGE_FLAGS_BLOG;
|
||||
/**
|
||||
* @deprecated since version 2019.03
|
||||
* @see User::PAGE_FLAGS_PRVGROUP
|
||||
*/
|
||||
const PAGE_PRVGROUP = User::PAGE_FLAGS_PRVGROUP;
|
||||
/**
|
||||
* @}
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue