From 939b9c28baf60b73dcd8d8daeec02e1f29d37acd Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 12 Mar 2006 23:30:44 +0000 Subject: [PATCH] blah... not needed git-svn-id: file:///svn/phpbb/trunk@5623 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/constants.php | 4 ---- 1 file changed, 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);