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 Sep 17, 2011
1 parent 3f7ee43 commit 9e9dffc
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 9e9dffc

Please sign in to comment.