More style convensions applied, interface updated
[shipsimu.git] / application / ship-simu / main / structures / extended / decks / class_BaseDeck.php
index 292d8aee2d7f2e0a7e7c26d7eb29ab73a1d45d40..3675784734a68a8e1084529afeb2794071736878 100644 (file)
@@ -32,16 +32,6 @@ class BaseDeck extends BaseDeckStructure {
                // Set description
                $this->setObjectDescription("Allgemeines Deck");
        }
-
-       /**
-        * Stub!
-        */
-       public function saveObjectToDatabase () {
-               $this->getDebugInstance()->output(sprintf("[%s:] Stub <strong>%s</strong> erreicht.",
-                       $this->__toString(),
-                       __FUNCTION__
-               ));
-       }
 }
 
 // [EOF]