generateUniqueId() and more useless/deprecated methods removed, code speed-up, link...
[shipsimu.git] / inc / classes / main / commands / web / class_WebLogoutDoneCommand.php
index 73dd4d6b172c91e759f989971d09a7da7dc941d1..15ecb706881634d80a72fa310b4d8adbb9271ad4 100644 (file)
@@ -30,15 +30,6 @@ class WebLogoutDoneCommand extends BaseCommand implements Commandable {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Set special description
-               $this->setObjectDescription("Command for the "logout done" page");
-
-               // Create unique ID number
-               $this->generateUniqueId();
-
-               // Clean up a little
-               $this->removeSystemArray();
        }
 
        /**