Fix access level on the SVN driver
authorChuck Hagenbuch <chuck@horde.org>
Sun, 28 Nov 2010 03:55:16 +0000 (22:55 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Sun, 28 Nov 2010 03:55:16 +0000 (22:55 -0500)
framework/Vcs/lib/Horde/Vcs/Svn.php

index dc07df3..338f8d5 100644 (file)
@@ -362,19 +362,6 @@ class Horde_Vcs_Log_Svn extends Horde_Vcs_Log
     protected $_files = array();
 
     /**
-     * @var boolean
-     */
-    private $_initialized;
-
-    protected function _ensureInitialized()
-    {
-        if (!$this->_initialized) {
-            $this->_init();
-            $this->_initialized = true;
-        }
-    }
-
-    /**
      * Constructor.
      */
     protected function _init()