]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/filter/class_
Filteres rewritten, birthday added, some fixes:
[shipsimu.git] / inc / classes / main / filter / class_
index 4aff5132a1362edf52e2e151f0fd68a69f8bbd4b..c24976216569451819e9aa71e32d07f47787f338 100644 (file)
@@ -30,10 +30,6 @@ class ???Filter extends BaseFrameworkSystem implements Filterable {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**