Several fixes for older tests
[shipsimu.git] / application / ship-simu / main / structures / extended / class_BaseUpperStructure.php
index e52a1249de839c5a45e85645775fe7862532cd0a..c930fee06c9cb37d8f51b88658e94475e9879eab 100644 (file)
@@ -47,23 +47,6 @@ class BaseUpperStructure extends BaseStructure {
        function constructor ($class) {
                $this->__construct($class);
        }
-
-       /**
-        * 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]