]> git.mxchange.org Git - hub.git/blobdiff - inc/classes/main/extended/class_ObjectLimits.php
Code syncronized with shipsimu code base
[hub.git] / inc / classes / main / extended / class_ObjectLimits.php
index 926e8fc6994e4915f479c82b7a22cb6e61c980e3..113be61ac369e24abd0bb6f480592fee29938533 100644 (file)
@@ -38,12 +38,6 @@ class ObjectLimits extends BaseFrameworkSystem {
                // Call parent constructor
                parent::__construct(__CLASS__);
 
-               // Set part description
-               $this->setObjectDescription("Class for "limiting" other classes. See description for details.");
-
-               // Create unique ID number
-               $this->generateUniqueId();
-
                // Clean up a little
                $this->removeNumberFormaters();
        }