aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/includes/constants.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php
index de7deb679b..ea8e908fa5 100644
--- a/phpBB/includes/constants.php
+++ b/phpBB/includes/constants.php
@@ -97,10 +97,6 @@ define('FULL_FOLDER_NONE', -3);
define('FULL_FOLDER_DELETE', -2);
define('FULL_FOLDER_HOLD', -1);
-// Reason types
-define('REPORT_REASON_SPECIAL', 1);
-define('REPORT_REASON_NORMAL', 2);
-
// Download Modes - Attachments
define('INLINE_LINK', 1);
define('PHYSICAL_LINK', 2);