Simple exception handler and error handler added, profile update added with stubs
[shipsimu.git] / application / ship-simu / main / structures / extended / cabines / ship / class_LowCabin.php
index 335477b7c80d73bfa20b101f2cb4ac3a518e6332..cb8627a6e82e592b834dae4c02d9f246039e3282 100644 (file)
@@ -67,13 +67,6 @@ class LowCabin extends BaseCabin 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]