X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/72cdf4c9b3ce92addf09cfb322f0c19bfb0f8744..d7eee191c55687785a2be927fd387d10514cdf1b:/include/wx/motif/accel.h diff --git a/include/wx/motif/accel.h b/include/wx/motif/accel.h index fb12365d8c..156290f84a 100644 --- a/include/wx/motif/accel.h +++ b/include/wx/motif/accel.h @@ -22,6 +22,7 @@ class WXDLLEXPORT wxAcceleratorTable; +#if 0 // Hold Ctrl key down #define wxACCEL_ALT 0x01 @@ -66,6 +67,7 @@ public: int m_keyCode; // ASCII or virtual keycode int m_command; // Command id to generate }; +#endif class WXDLLEXPORT wxAcceleratorTable: public wxObject {