]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/accel.h
added wxEncodingToCodepage() and implemented it properly (using in32 API instead...
[wxWidgets.git] / include / wx / motif / accel.h
index fb12365d8c4d10a29a3fd8403219ab7afca98406..156290f84af440f42c35566edc3d24b800db7965 100644 (file)
@@ -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
 {