]> git.mxchange.org Git - shipsimu.git/blobdiff - application/blog/class_ApplicationHelper.php
generateUniqueId() and more useless/deprecated methods removed, code speed-up, link...
[shipsimu.git] / application / blog / class_ApplicationHelper.php
index 99443173144f816443f93815a84b725cbcbc8017..0746faa6668d6ae21ebc5835f114db285438a39f 100644 (file)
@@ -79,14 +79,9 @@ class ApplicationHelper extends BaseFrameworkSystem implements ManageableApplica
                // Call parent constructor
                parent::__construct(__CLASS__);
 
-               // Set description
-               $this->setObjectDescription("Application-Helper");
-
-               // Create an unique ID
-               $this->generateUniqueId();
-
                // Tidy up a little
                $this->removeSystemArray();
+               $this->removeNumberFormaters();
        }
 
        /**