From 9e9dffcc3db91996463c9b08c2843587c68a071d Mon Sep 17 00:00:00 2001 From: David Hicks Date: Sun, 17 Jul 2011 12:59:27 +1000 Subject: [PATCH] Remove unused error ERROR_BUG_RESOLVED_ACTION_DENIED --- application/core/constant_inc.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/application/core/constant_inc.php b/application/core/constant_inc.php index 970f4d23ca..eec838036d 100644 --- a/application/core/constant_inc.php +++ b/application/core/constant_inc.php @@ -272,8 +272,6 @@ # ERROR_BUG_* define( 'ERROR_BUG_NOT_FOUND', 1100 ); define( 'ERROR_BUG_DUPLICATE_SELF', 1101 ); -# Obsoleted -#define( 'ERROR_BUG_RESOLVED_ACTION_DENIED', 1102 ); define( 'ERROR_BUG_READ_ONLY_ACTION_DENIED', 1103 ); define( 'ERROR_BUG_RESOLVE_DEPENDANTS_BLOCKING', 1104 ); define( 'ERROR_BUG_REVISION_NOT_FOUND', 1150 );