From: nupplaPhil Date: Tue, 4 Feb 2020 21:11:31 +0000 (+0100) Subject: Remove unused Notify::TYPE_PROFILE X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bd0be96fb39252ecb410908b707c8d90f5308e85;p=friendica.git Remove unused Notify::TYPE_PROFILE --- diff --git a/boot.php b/boot.php index 950624ad44..ec7d194a94 100644 --- a/boot.php +++ b/boot.php @@ -140,7 +140,6 @@ define('MAX_LIKERS', 75); * Email notification options * @{ */ -define('NOTIFY_PROFILE', 64); define('NOTIFY_TAGSELF', 128); define('NOTIFY_TAGSHARE', 256); define('NOTIFY_POKE', 512);