From bd0be96fb39252ecb410908b707c8d90f5308e85 Mon Sep 17 00:00:00 2001 From: nupplaPhil Date: Tue, 4 Feb 2020 22:11:31 +0100 Subject: [PATCH] Remove unused Notify::TYPE_PROFILE --- boot.php | 1 - 1 file changed, 1 deletion(-) 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);