Fix for method in FrameworkConfiguration, removal of unneccessary code
[core.git] / inc / classes / main / discovery / class_BaseDiscovery.php
index fdbd1e258d5ac91bf364f17d5a075d93c93596d0..4429cf68819174f05a5f47cdee5445d2d4c1015d 100644 (file)
@@ -4,7 +4,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
  *
@@ -36,10 +36,6 @@ class BaseDiscovery extends BaseFrameworkSystem {
        protected function __construct ($className) {
                // Call parent constructor
                parent::__construct($className);
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**