Copyright updated, menu class added for 'home'
[shipsimu.git] / application / ship-simu / main / structures / extended / decks / cargo / class_TrainDeck.php
index d5d6eaa36f1e30e9e90175f4d77df19ab85dd6b0..e22618b7fd18a2d60271ad0da431c06dbaf10faf 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
  *
@@ -26,15 +26,6 @@ class TrainDeck extends BaseDeck implements TradeableItem, ConstructableShipPart
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Set description
-               $this->setObjectDescription("Zug-Deck");
-
-               // Generate unique ID number
-               $this->generateUniqueId();
-
-               // Clean up a little
-               $this->removeSystemArray();
        }
 
        // LKW-Deck erstellen
@@ -42,12 +33,6 @@ class TrainDeck extends BaseDeck implements TradeableItem, ConstructableShipPart
                // Get new instance
                $trainInstance = new TrainDeck();
 
-               // Debug message
-               if ((defined('DEBUG_DECK')) || (defined('DEBUG_ALL'))) $trainInstance->getDebugInstance()->output(sprintf("[%s:%d] Ein LKW-Deck wird konstruiert...",
-                       __CLASS__,
-                       __LINE__
-               ));
-
                // Abmasse extrahieren
                $trainInstance->extractDimensions($dim);