]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/structures/extended/upper/class_Bridge.php
More style convensions applied, interface updated
[shipsimu.git] / application / ship-simu / main / structures / extended / upper / class_Bridge.php
index bbd873b892103f388d967a886b0da0648c190daa..b0841d25f76857ca5f9bb3002168f54e0727b53b 100644 (file)
@@ -62,23 +62,6 @@ class Bridge extends BaseUpperStructure implements TradeableItem, ConstructableS
        public function isTradeable () {
                return true;
        }
-
-       /**
-        * Stub!
-        */
-       public function saveObjectToDatabase () {
-               $this->getDebugInstance()->output(sprintf("[%s:] Stub <strong>%s</strong> erreicht.",
-                       $this->__toString(),
-                       __FUNCTION__
-               ));
-       }
-
-       /**
-        * Limits this object with an ObjectLimits instance
-        */
-       public function limitObject (ObjectLimits $limitInstance) {
-               ApplicationEntryPoint::app_die("".__METHOD__." reached! Stub!");
-       }
 }
 
 // [EOF]