Simple exception handler and error handler added, profile update added with stubs
[shipsimu.git] / application / ship-simu / main / structures / extended / decks / cargo / class_TrainDeck.php
index b2666faab68fd99f2ed7e5dda23bb731b366143f..20450f7db9d7c1caf5ed3b74ae7afd7f92c82119 100644 (file)
@@ -65,13 +65,6 @@ class TrainDeck extends BaseDeck implements TradeableItem, ConstructableShipPart
        public function isTradeable () {
                return true;
        }
-
-       /**
-        * Limits this object with an ObjectLimits instance
-        */
-       public function limitObject (ObjectLimits $limitInstance) {
-               ApplicationEntryPoint::app_die("".__METHOD__." reached! Stub!");
-       }
 }
 
 // [EOF]