]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/points/class_UserPoints.php
generateUniqueId() and more useless/deprecated methods removed, code speed-up, link...
[shipsimu.git] / inc / classes / main / points / class_UserPoints.php
index 7a2aa2010fdbe07fd815929b9ae2362b17d9c53b..6a9d88f172e03ff9b98df8b7c989b9833cc22264 100644 (file)
@@ -31,12 +31,6 @@ class UserPoints extends BaseFrameworkSystem implements Registerable {
                // Call parent constructor
                parent::__construct(__CLASS__);
 
                // Call parent constructor
                parent::__construct(__CLASS__);
 
-               // Set part description
-               $this->setObjectDescription("Class for handling user points");
-
-               // Create unique ID number
-               $this->generateUniqueId();
-
                // Clean up a little
                $this->removeNumberFormaters();
                $this->removeSystemArray();
                // Clean up a little
                $this->removeNumberFormaters();
                $this->removeSystemArray();