]> git.mxchange.org Git - flightgear.git/blobdiff - src/Input/input.hxx
- Added ultra-light traffic is now a separate traffic class that can have its
[flightgear.git] / src / Input / input.hxx
index 83527590b4f37c9f78969c536fa8f7c427ad7c19..a9dd5303f23c5a22025107ceba17944a2629fdcb 100644 (file)
@@ -244,12 +244,6 @@ private:
   };
 
 
-  /**
-   * Initialize key bindings.
-   */
-  void _init_keyboard ();
-
-
   /**
    * Initialize joystick bindings.
    */
@@ -277,8 +271,8 @@ private:
                            const string name);
 
   /**
-   * Initialize nasal parts that had to wait for the nasal to get
-   * functional.
+   * Initialize key bindings, as well as those joystick parts that
+   * depend on a working Nasal subsystem.
    */
   void _postinit_keyboard ();
   void _postinit_joystick ();