final added, code clean-ups
[shipsimu.git] / application / ship-simu / main / structures / extended / decks / cargo / class_CarDeck.php
index 61aaee0e20173299a2d496fa12222f4b4c959d5d..ca4a9ddbcc7f42f82ad48252fe1660711b1db0ce 100644 (file)
@@ -67,15 +67,6 @@ class CarDeck extends BaseDeck implements TradeableItem, ConstructableShipPart {
                return $carInstance;
        }
 
-       // Deckanzahl entfernen
-       public function removeNumDecks() {
-               if ((defined('DEBUG_DECK')) || (defined('DEBUG_ALL'))) $this->getDebugInstance()->output(sprintf("[%s:%d] Anzahl Decks wurde gel&ouml;scht.<br />\n",
-                       __CLASS__,
-                       __LINE__
-               ));
-               parent::removeNumDecks();
-       }
-
        // Overwritten method for tradeable items
        public function isTradeable () {
                return true;