Fix for method in FrameworkConfiguration, removal of unneccessary code
[core.git] / inc / classes / main / io / class_FrameworkFileOutputPointer.php
index af2286605ab2bb4e6889e201f7b00dee6619fdca..8ea8a0d189dba6f7e07539ead08f5e13019f8c04 100644 (file)
@@ -38,10 +38,6 @@ class FrameworkFileOutputPointer extends BaseFrameworkSystem {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Clean-up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**