]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/database/wrapper/class_UserPointsDatabaseWrapper.php
generateUniqueId() and more useless/deprecated methods removed, code speed-up, link...
[shipsimu.git] / inc / classes / main / database / wrapper / class_UserPointsDatabaseWrapper.php
index c5490d3524dc2f0198fd749c532ea7a6b9573893..0a8af18ed5b338316b5c9868bd3bc088e8339f31 100644 (file)
@@ -33,12 +33,6 @@ class UserPointsDatabaseWrapper extends BaseDatabaseWrapper {
        protected function __construct() {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Set part description
-               $this->setObjectDescription("Database wrapper for user points objects");
-
-               // Create unique ID number
-               $this->generateUniqueId();
        }
 
        /**