Skip to content

Commit

Permalink
Merge pull request #123 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 96b22f7 + 5738cdb commit 43f934b
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 43f934b

Please sign in to comment.