From bba12090fd8b6c9ed6911b6ee1c391dfac1dd98c Mon Sep 17 00:00:00 2001 From: willtp87 Date: Sat, 28 Jun 2014 23:00:09 +0000 Subject: [PATCH] removing deprecated function islandora_datastream_edit_get_link --- includes/datastream.inc | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/includes/datastream.inc b/includes/datastream.inc index fde9ab47..a082a013 100644 --- a/includes/datastream.inc +++ b/includes/datastream.inc @@ -290,24 +290,6 @@ function islandora_datastream_get_url(AbstractDatastream $datastream, $type = 'd } } -/** - * Gets the edit link. - * - * @param AbstractDatastream $datastream - * The datastream to generated the url to. - * - * @return string - * Markup containing the link to edit the datastream. - */ -function islandora_datastream_edit_get_link(AbstractDatastream $datastream) { - $message = islandora_deprecated('7.x-1.2', 'Use the "islandora_datastream_edit_link" theme implementation.'); - trigger_error(filter_xss($message), E_USER_DEPRECATED); - - return theme('islandora_datastream_edit_link', array( - 'datastream' => $datastream, - )); -} - /** * Display the edit datastream page. *