X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=boot.php;h=60c8bf5a30ebbfdb750d949b40d8bfb6ea066b8a;hb=b36d4eb0dd4bdc25a468c95c749bfae1b6324be9;hp=1716956fa1ad962da221989cd4633b552c575b23;hpb=33a7260c356f62be61c0e372be98c01938285f6f;p=friendica.git diff --git a/boot.php b/boot.php index 1716956fa1..60c8bf5a30 100644 --- a/boot.php +++ b/boot.php @@ -29,18 +29,6 @@ use Friendica\Core\Session; -/** - * @name Gravity - * - * Item weight for query ordering - * @{ - */ -define('GRAVITY_PARENT', 0); -define('GRAVITY_ACTIVITY', 3); -define('GRAVITY_COMMENT', 6); -define('GRAVITY_UNKNOWN', 9); -/* @}*/ - /** * Returns the user id of locally logged in user or false. *