generateUniqueId() and more useless/deprecated methods removed, code speed-up, link...
[shipsimu.git] / application / ship-simu / main / constructions / harbors / class_Harbor.php
index 9cae1be691cea0e1872c00167caa65adb37861bc..011dc6c3bbc0f01444727ba6af7305471fcbf7ed 100644 (file)
@@ -38,16 +38,6 @@ class Harbor extends BaseConstruction {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Set description
-               $this->setObjectDescription("Hafen");
-
-               // Generate unique ID number
-               $this->generateUniqueId();
-
-               // Clean up a little
-               $this->removeSystemArray();
-               $this->removePartInstance();
        }
 
        // Creates a harbor