]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/registry/class_Registry.php
Fix for method in FrameworkConfiguration, removal of unneccessary code
[core.git] / inc / classes / main / registry / class_Registry.php
index 808a35a3ca2c05340c2aebf0c8d051d547e409ea..876f7e380edb6d5be4cbb2a8fea963d6aae70cad 100644 (file)
@@ -5,7 +5,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007 - 2009 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -46,10 +46,6 @@ class Registry extends BaseFrameworkSystem implements Register {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**