]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/commands/image/class_ImageCodeCaptchaCommand.php
generateUniqueId() and more useless/deprecated methods removed, code speed-up, link...
[shipsimu.git] / inc / classes / main / commands / image / class_ImageCodeCaptchaCommand.php
index 1ece666e970440e723579c5b32c74204c28356d7..8c6794d3d310db7ad9ad7c5a13550e61699b19c5 100644 (file)
@@ -30,15 +30,6 @@ class ImageCodeCaptchaCommand 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();
        }
 
        /**