X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Fmain%2Fdrives%2Fmotor%2Fclass_Motor.php;fp=application%2Fship-simu%2Fmain%2Fdrives%2Fmotor%2Fclass_Motor.php;h=b8f537701a39211ca80306c47d03d82d4583e07f;hp=77e2ba9b43148fd94f5ffc92fc70ab555cceec93;hb=11c0ba60cb6c044928f41e93cc98d214b1d8ad7c;hpb=b226bbefe6bc09bcd75432c3c3ba32bf7da45b71 diff --git a/application/ship-simu/main/drives/motor/class_Motor.php b/application/ship-simu/main/drives/motor/class_Motor.php index 77e2ba9..b8f5377 100644 --- a/application/ship-simu/main/drives/motor/class_Motor.php +++ b/application/ship-simu/main/drives/motor/class_Motor.php @@ -67,23 +67,6 @@ class Motor extends BaseDrive implements TradeableItem, ConstructableShipPart { public function isTradeable () { return true; } - - /** - * Stub! - */ - public function saveObjectToDatabase () { - $this->getDebugInstance()->output(sprintf("[%s:] Stub %s erreicht.", - $this->__toString(), - __FUNCTION__ - )); - } - - /** - * Limits this object with an ObjectLimits instance - */ - public function limitObject (ObjectLimits $limitInstance) { - ApplicationEntryPoint::app_die("".__METHOD__." reached! Stub!"); - } } // [EOF]