]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/menu.h
removed GTKConvertMnemonics() which is not used in GTK1 (which doesn't support mnemonics)
[wxWidgets.git] / include / wx / gtk / menu.h
index 9a2d3a80f91a5dfe66836bb0be7291638e19b5e1..0f010fab164ad2b0864c9d352d175fbed719cacd 100644 (file)
@@ -44,9 +44,6 @@ public:
     // common part of Append and Insert
     bool GtkAppend(wxMenu *menu, const wxString& title, int pos=-1);
 
-#ifndef __WXGTK20__
-    GtkAccelGroup   *m_accel;
-#endif
     GtkWidget       *m_menubar;
     long             m_style;
     wxWindow        *m_invokingWindow;