generateUniqueId() and more useless/deprecated methods removed, code speed-up, link...
[shipsimu.git] / application / ship-simu / main / constructions / berths / class_Berth.php
index f0a55c1256d7a5c572aade2d853d3389c79747d7..1978df598ee14026b88f3ab3d16400b455e8694a 100644 (file)
@@ -32,12 +32,6 @@ class Berth extends BaseConstruction {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Set description
-               $this->setObjectDescription("Liegeplatz");
-
-               // Generate unique ID number
-               $this->generateUniqueId();
        }
 }