Skip to content

Commit

Permalink
Merge pull request #93 from ruebot/7.x-ISLANDORA-1042
Browse files Browse the repository at this point in the history
ISLANDORA-1042 -- DESTROY ALL DEPRECATED CODE!
  • Loading branch information
jordandukart committed Sep 25, 2014
2 parents 03737a6 + 948fa74 commit b4eb892
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions api/islandora_xacml_api.module
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ define('ISLANDORA_XACML_API_DATASTREAM_RULE', 'deny-dsid-mime');
define('ISLANDORA_XACML_API_VIEWING_RULE', 'deny-access-functions');
define('ISLANDORA_XACML_API_PERMIT_RULE', 'allow-everything-else');

// @codingStandardsIgnoreStart
// XXX: Remove this at some point in the future.
define('MANAGEMENT_RULE', ISLANDORA_XACML_API_MANAGEMENT_RULE);
define('DATASTREAM_RULE', ISLANDORA_XACML_API_DATASTREAM_RULE);
define('VIEWING_RULE', ISLANDORA_XACML_API_VIEWING_RULE);
define('PERMIT_RULE', ISLANDORA_XACML_API_PERMIT_RULE);
// @codingStandardsIgnoreEnd

/**
* Implements hook_menu().
*/
Expand Down

0 comments on commit b4eb892

Please sign in to comment.