]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/dialog.cxx
Suppress warnings
[flightgear.git] / src / GUI / dialog.cxx
index b5289a2e2a3691a1f3c6167da929cd62c7a624ae..9c82d8813668dad04774798505954b2da011bee4 100644 (file)
@@ -1053,8 +1053,9 @@ FGDialog::getKeyCode(const char *str)
             key = toupper(key);
         if (mod & CTRL)
             key = toupper(key) - '@';
-        if (mod & ALT)
+        /* if (mod & ALT)
             ;   // Alt not propagated to the gui
+        */
     } else {
         for (char *t = s; *t; t++)
             *t = tolower(*t);