]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/filter/class_FilterChain.php
generateUniqueId() and more useless/deprecated methods removed, code speed-up, link...
[shipsimu.git] / inc / classes / main / filter / class_FilterChain.php
index 79441bd7755cef58bd4a8065756cfd32b103aa1e..b3825dabd733d4aa7e5b5afa4e71fff909a13e50 100644 (file)
@@ -36,12 +36,6 @@ class FilterChain extends BaseFrameworkSystem {
                // Call parent constructor
                parent::__construct(__CLASS__);
 
-               // Set part description
-               $this->setObjectDescription("A filter chain class");
-
-               // Create unique ID number
-               $this->generateUniqueId();
-
                // Clean up a little
                $this->removeNumberFormaters();
                $this->removeSystemArray();