Copyright updated, menu class added for 'home'
[shipsimu.git] / application / ship-simu / main / constructions / harbors / class_Harbor.php
index 9cae1be691cea0e1872c00167caa65adb37861bc..76aa521f4e1987b25d3e7b8c19a88aa39901413f 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Ship-Simu Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -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