Double-quotes rewritten to single-quotes
[shipsimu.git] / application / ship-simu / main / menu / class_ShipSimu
index 44fcbb0cd2b6948bf44d1b2e027a31b67c58f601..eac52e3c4c86d7d17ad2def69374bfdb182fd060 100644 (file)
@@ -35,16 +35,12 @@ class ShipSimu???Menu extends BaseMenu implements RenderableMenu {
        /**
         * Creates an instance of this class
         *
-        * @param       $appInstance    A manageable application instance
         * @return      $menuInstance   An instance of this class
         */
-       public final static function createShipSimu???Menu (ManageableApplication $appInstance) {
+       public final static function createShipSimu???Menu () {
                // Get a new instance
                $menuInstance = new ShipSimu???Menu();
 
-               // Set the app instance
-               $menuInstance->setApplicationInstance($appInstance);
-
                // Return the prepared instance
                return $menuInstance;
        }