More style convensions applied, interface updated
[shipsimu.git] / application / ship-simu / main / constructions / berths / class_Berth.php
index 160b7bf4473818384d9b426d68c80a34029f712d..7d46833046172ba59a488e657e340ca34c6ddf52 100644 (file)
@@ -39,23 +39,6 @@ class Berth extends BaseConstruction {
                // Generate unique ID number
                $this->createUniqueID();
        }
-
-       /**
-        * 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]