]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/helper/captcha/web/class_GraphicalCodeCaptcha.php
generateUniqueId() and more useless/deprecated methods removed, code speed-up, link...
[shipsimu.git] / inc / classes / main / helper / captcha / web / class_GraphicalCodeCaptcha.php
index 3734bbc7647534577d10008da35c7c3f045756d9..37a206ca4b3d5ea836eb3f3548fd3ee999ef4dd0 100644 (file)
@@ -40,12 +40,6 @@ class GraphicalCodeCaptcha extends BaseCaptcha implements SolveableCaptcha {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Set part description
-               $this->setObjectDescription("A solveable graphical code CAPTCHA");
-
-               // Create unique ID number
-               $this->generateUniqueId();
        }
 
        /**