]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/controller/captcha/class_ImageCodeCaptchaController.php
generateUniqueId() and more useless/deprecated methods removed, code speed-up, link...
[shipsimu.git] / inc / classes / main / controller / captcha / class_ImageCodeCaptchaController.php
index f6ca911704f59cf0b9f916c080b3a7f062eefade..e84fca7a34d20cf73021acb3064d66d5229ebdde 100644 (file)
@@ -30,12 +30,6 @@ class ImageCodeCaptchaController extends BaseController implements Controller {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Set part description
-               $this->setObjectDescription("");
-
-               // Create unique ID number
-               $this->generateUniqueId();
        }
 
        /**