Skip to content

Commit

Permalink
Remove unused error ERROR_BUG_RESOLVED_ACTION_DENIED
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhicks committed Aug 20, 2011
1 parent 459c8c6 commit 29964cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions application/core/constant_inc.php
Expand Up @@ -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 );
Expand Down

0 comments on commit 29964cc

Please sign in to comment.