]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/helper/captcha/class_BaseCaptcha.php
generateUniqueId() and more useless/deprecated methods removed, code speed-up, link...
[shipsimu.git] / inc / classes / main / helper / captcha / class_BaseCaptcha.php
index 50efc1ae88260bb8dffae901aef41ce915fa740a..8cb138ef92ce5f20e50c4b2895e9c1011f5e247a 100644 (file)
@@ -41,10 +41,6 @@ class BaseCaptcha extends BaseHelper {
        protected function __construct ($className) {
                // Call parent constructor
                parent::__construct($className);
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**