diff --git a/themes/jquerymobile/templates/RecordDriver/SolrDefault/tab-holdings.phtml b/themes/jquerymobile/templates/RecordDriver/SolrDefault/tab-holdings.phtml
index 72b2974522cce2848f2584ba37327de59f95ae72..2730774391ab418f528461de7e18d43e8be9b052 100644
--- a/themes/jquerymobile/templates/RecordDriver/SolrDefault/tab-holdings.phtml
+++ b/themes/jquerymobile/templates/RecordDriver/SolrDefault/tab-holdings.phtml
@@ -2,10 +2,7 @@
     // Set up convenience variables:
     $user = $this->layout()->account->isLoggedIn();
     $holdings = $this->driver->getRealTimeHoldings($this->layout()->account);
-    $openUrl = $this->driver->openURLActive('holdings') ? $this->driver->getOpenURL() : false;
     $offlineMode = \VuFind\Connection\Manager::connectToCatalog()->getOfflineMode();
-    // Account for replace_other_urls setting
-    $urls = ($openUrl && $this->driver->replaceURLsWithOpenURL()) ? array() : $this->driver->getURLs();
 
     // Set page title.
     $this->headTitle($this->translate('Holdings') . ': ' . $this->driver->getBreadcrumb());