]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/io/class_FrameworkFileInputPointer.php
generateUniqueId() and more useless/deprecated methods removed, code speed-up, link...
[shipsimu.git] / inc / classes / main / io / class_FrameworkFileInputPointer.php
index 4cefaaf34d222bbbdba43e81e885890d14526001..172c02f700c366475b4d51eb89a53c1c5ef180aa 100644 (file)
@@ -41,14 +41,9 @@ class FrameworkFileInputPointer extends BaseFrameworkSystem {
                // Call parent constructor
                parent::__construct(__CLASS__);
 
-               // Set part description
-               $this->setObjectDescription("Handler for reading from files");
-
-               // Create unique ID
-               $this->generateUniqueId();
-
                // Clean-up a little
                $this->removeNumberFormaters();
+               $this->removeSystemArray();
        }
 
        /**