Skip to content

Commit

Permalink
ISLANDORA-1042 -- DESTROY ALL DEPRECATED CODE!
Browse files Browse the repository at this point in the history
  • Loading branch information
ruebot committed Sep 5, 2014
1 parent 22617ad commit 5738cdb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions modules/exporter/citation_exporter.module
Expand Up @@ -13,12 +13,6 @@ require_once dirname(__FILE__) . '/includes/batch.inc';
define('CITATION_EXPORTER_INDEX_SESSION', 'citation_exporter');
define('CITATION_EXPORTER_EXPORT_MENU', 'islandora/citation/export');

// @codingStandardsIgnoreStart
// XXX: These should be removed at some point in the future.
define('SESSION_CITATION_EXPORTER_INDEX', CITATION_EXPORTER_INDEX_SESSION);
define('MENU_CITATION_EXPORTER_EXPORT', CITATION_EXPORTER_EXPORT_MENU);
// @codingStandardsIgnoreEnd

/**
* Implements hook_menu().
*/
Expand Down
Expand Up @@ -13,12 +13,6 @@ define('ISLANDORA_SCHOLAR_EMBARGO_EXPIRY_PRED', 'embargo-until');
define('ISLANDORA_SCHOLAR_EMBARGO_CAN_EMBARGO_OWNED', 'can embargo owned objects');
define('ISLANDORA_SCHOLAR_EMBARGO_CAN_EMBARGO_ANY', 'can embargo any object');

// @codingStandardsIgnoreStart
// XXX: These should be removed at some point in the future.
define('ISLANDORA_EMBARGO_CAN_EMBARGO_OWNED', ISLANDORA_SCHOLAR_EMBARGO_CAN_EMBARGO_OWNED);
define('ISLANDORA_EMBARGO_CAN_EMBARGO_ANY', ISLANDORA_SCHOLAR_EMBARGO_CAN_EMBARGO_ANY);
// @codingStandardsIgnoreEnd

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

0 comments on commit 5738cdb

Please sign in to comment.