]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/constructions/terminals/class_Terminal.php
generateUniqueId() and more useless/deprecated methods removed, code speed-up, link...
[shipsimu.git] / application / ship-simu / main / constructions / terminals / class_Terminal.php
index 43c92dc98c643bd1eb0dbd6860428d37412ab8ea..8063f812365871453462459184f9ea5496d52f15 100644 (file)
@@ -29,12 +29,6 @@ class Terminal extends BaseConstruction {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Set description
-               $this->setObjectDescription("Anlegebrücke");
-
-               // Generate unique ID number
-               $this->generateUniqueId();
        }
 }