]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/commands/class_
generateUniqueId() and more useless/deprecated methods removed, code speed-up, link...
[shipsimu.git] / inc / classes / main / commands / class_
index ec58ecdeba7d5eccaca81f9496d22eab461e23e5..cac39ce2b959b3a7c020dde5bf03f6a457bc9655 100644 (file)
@@ -30,15 +30,6 @@ class ???Command extends BaseCommand implements Commandable {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Set special description
-               $this->setObjectDescription("");
-
-               // Create unique ID number
-               $this->generateUniqueId();
-
-               // Clean up a little
-               $this->removeSystemArray();
        }
 
        /**