More style convensions applied, interface updated
[shipsimu.git] / application / ship-simu / main / constructions / terminals / class_Terminal.php
index ad0a631bc30b05db336545626e792ad775784d50..d8fa8a059a068f412b0ae6080636e016a3c245e0 100644 (file)
@@ -36,23 +36,6 @@ class Terminal 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]