unused
authorMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 16 Feb 2010 16:58:15 +0000 (11:58 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 16 Feb 2010 16:58:15 +0000 (11:58 -0500)
ansel/lib/View/Image.php

index 976b7de..d239181 100644 (file)
@@ -131,8 +131,6 @@ class Ansel_View_Image extends Ansel_View_Base
      */
     protected function _prepare()
     {
-        global $browser;
-
         /* Gallery slug and the page this image is one, if specified */
         $this->_page = isset($this->_params['page']) ? $this->_params['page'] : 0;
         $this->_slug = $this->gallery->get('slug');