]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/filter/crypto/class_CaptchaEncryptFilter.php
generateUniqueId() and more useless/deprecated methods removed, code speed-up, link...
[shipsimu.git] / inc / classes / main / filter / crypto / class_CaptchaEncryptFilter.php
index 8ddbd163a1d04e1734bdc4611085069e0215073a..b399a8917ccef5358e2fbf19385c17942dee14c5 100644 (file)
@@ -30,12 +30,6 @@ class CaptchaEncryptFilter extends BaseFrameworkSystem implements Filterable {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Set part description
-               $this->setObjectDescription("A filter for checking encryption data");
-
-               // Create unique ID number
-               $this->generateUniqueId();
        }
 
        /**