diff --git a/includes/datastream.inc b/includes/datastream.inc index 94b819d7..42d9ed96 100644 --- a/includes/datastream.inc +++ b/includes/datastream.inc @@ -337,25 +337,6 @@ function islandora_edit_datastream_registry_render(array $edit_registry) { ); } -/** - * Get markup for a view link. - * - * @param AbstractDatastream $datastream - * The datastream for which to generate a link. - * - * @return string - * Either the link markup if the user has access or a string containing the - * datastream ID if the user is not allowed to see the given datastream. - */ -function islandora_datastream_get_view_link(AbstractDatastream $datastream) { - $message = islandora_deprecated('7.x-1.2', 'Use the "islandora_datastream_view_link" theme implementation.'); - trigger_error(filter_xss($message), E_USER_DEPRECATED); - - return theme('islandora_datastream_view_link', array( - 'datastream' => $datastream, - )); -} - /** * Set the headers for the chunking of our content. *