]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/ships/passenger/class_PassengerShip.php
Deprecated call removed
[shipsimu.git] / application / ship-simu / main / ships / passenger / class_PassengerShip.php
index 39f50db78d00aadf707f3b685d5ce79d5bfcb1d7..c45e0ae726f2e25997624e763ead6cfd99971bcd 100644 (file)
@@ -5,7 +5,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
  *
@@ -27,15 +27,6 @@ class PassengerShip extends BaseShip implements ConstructableShip {
        protected function __construct () {
                // Eltern-Kontruktor aufrufen
                parent::__construct(__CLASS__);
-
-               // Set description
-               $this->setObjectDescription("Passagier-Schiff");
-
-               // Generate unique ID number
-               $this->generateUniqueId();
-
-               // Clean up a little
-               $this->removeSystemArray();
        }
 
        // Passagier-Schiff erstellen