]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/io/class_FrameworkFileInputPointer.php
Fix for method in FrameworkConfiguration, removal of unneccessary code
[core.git] / inc / classes / main / io / class_FrameworkFileInputPointer.php
index f96b36152818081279746061728bab1ea1bbb4db..7f4466cea10ccb407f36d84d7e16e272d2469c7c 100644 (file)
@@ -40,10 +40,6 @@ class FrameworkFileInputPointer extends BaseFrameworkSystem {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Clean-up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**