]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/class_BaseFrameworkSystem.php
Renamed one getSeekPosition() to determineSeekPosition().
[core.git] / inc / classes / main / class_BaseFrameworkSystem.php
index 2190622418c9ef09505255f67a29e7f326330eae..0041d37dd2d66d50302e42a7a8065c4c2b49c8ed 100644 (file)
@@ -2843,20 +2843,6 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface {
                return $translated;
        }
 
-       /**
-        * Protected constructor
-        *
-        * @param       $className      Name of the class
-        * @return      void
-        */
-       protected function __construct ($className) {
-               // Call parent constructor
-               parent::__construct($className);
-
-               // Init counters and gaps array
-               $this->initCountersGapsArray();
-       }
-
        /**
         * Initializes counter for valid entries, arrays for damaged entries and
         * an array for gap seek positions. If you call this method on your own,