diff --git a/library/ZendAfi/View/Helper/TagAnchor.php b/library/ZendAfi/View/Helper/TagAnchor.php
index 3306753299e5d9acad21f22ee6f04be48c7c8e72..28ce6a8036af14dbc03216a5ee2511aa08455f4f 100644
--- a/library/ZendAfi/View/Helper/TagAnchor.php
+++ b/library/ZendAfi/View/Helper/TagAnchor.php
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
  * along with BOKEH; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA 
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
  */
 class ZendAfi_View_Helper_TagAnchor extends Zend_View_Helper_HtmlElement {
 	/**
@@ -36,10 +36,5 @@ class ZendAfi_View_Helper_TagAnchor extends Zend_View_Helper_HtmlElement {
 
 	}
 
-	public function baseURL($text, $controller, $action, $params) {
-		$url = 'http://' . $_SERVER['SERVER_NAME'] . BASE_URL . '/' . $controller . '/' . $action . '?' . http_build_query($params, '', '&');
-		return $this->tagAnchor($url, $text);
-	}
-
 }
 ?>
\ No newline at end of file