Deprecated call removed
[shipsimu.git] / application / ship-simu / main / structures / extended / decks / class_BaseDeck.php
index d8dd2763743b2474ff278c098b2fb405ae239049..fe956f8cdbd7f4452b8ca8eb7bf626299b8e198a 100644 (file)
@@ -30,10 +30,6 @@ class BaseDeck extends BaseDeckStructure {
        protected function __construct ($className) {
                // Call parent constructor
                parent::__construct($className);
-
-               // Clean up a little
-               $this->removeSystemArray();
-               $this->removeNumberFormaters();
        }
 }