More style convensions applied, interface updated
[shipsimu.git] / application / ship-simu / main / class_Merchant.php
index 0d4ff104cc8814ebc8a89e32e0696dde8e2c33df..24d21b6a093b9f24dd27f3c78d64b186ecacc535 100644 (file)
@@ -184,16 +184,6 @@ class Merchant extends BaseFrameworkSystem {
                // Return price
                return $price;
        }
-
-       /**
-        * Stub!
-        */
-       public function saveObjectToDatabase () {
-               $this->getDebugInstance()->output(sprintf("[%s:] Stub <strong>%s</strong> erreicht.",
-                       $this->__toString(),
-                       __FUNCTION__
-               ));
-       }
 }
 
 // [EOF]