Double-quotes rewritten to single-quotes
[shipsimu.git] / application / ship-simu / main / menu / class_ShipSimuHomeMenu.php
index 3b129e6525943ff79051b014386bbfecabade8a5..0987058db3b6da0c6658a637cd72876cd91bca51 100644 (file)
@@ -35,16 +35,12 @@ class ShipSimuHomeMenu 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 createShipSimuHomeMenu (ManageableApplication $appInstance) {
+       public final static function createShipSimuHomeMenu () {
                // Get a new instance
                $menuInstance = new ShipSimuHomeMenu();
 
-               // Set the app instance
-               $menuInstance->setApplicationInstance($appInstance);
-
                // Return the prepared instance
                return $menuInstance;
        }