]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/actions/ship-simu/class_ShipSimuProfileAction.php
generateUniqueId() and more useless/deprecated methods removed, code speed-up, link...
[shipsimu.git] / application / ship-simu / main / actions / ship-simu / class_ShipSimuProfileAction.php
index 997ba0d49a01e86fd1a25cc8281aae327275143c..6c4526035d02ecdcd2c0c139540ebf1461422c61 100644 (file)
@@ -30,12 +30,6 @@ class ShipSimuProfileAction extends BaseAction implements PerformableAction {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Set description
-               $this->setObjectDescription("Profile action");
-
-               // Generate unique key
-               $this->generateUniqueId();
        }
 
        /**