X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/345319d60c69cac3f5e9e74ee570d20370fc532f..dd9f8b6bb6935360a8271dc3e8749fb026b601a8:/include/wx/stockitem.h?ds=sidebyside

diff --git a/include/wx/stockitem.h b/include/wx/stockitem.h
index 126489afa4..7ca7bb8e5c 100644
--- a/include/wx/stockitem.h
+++ b/include/wx/stockitem.h
@@ -13,7 +13,7 @@
 #define _WX_STOCKITEM_H_
 
 #include "wx/defs.h"
-#include "wx/wxchar.h"
+#include "wx/chartype.h"
 #include "wx/string.h"
 #include "wx/accel.h"
 
@@ -65,13 +65,9 @@ WXDLLEXPORT wxString wxGetStockHelpString(wxWindowID id,
 
 #ifdef __WXGTK20__
 
-#include <gdk/gdktypes.h>
-
 // Translates stock ID to GTK+'s stock item string indentifier:
 WXDLLEXPORT const char *wxGetStockGtkID(wxWindowID id);
 
-// Returns stock accelerator modifier and key code for the given ID
-WXDLLEXPORT bool wxGetStockGtkAccelerator(const char *id, GdkModifierType *mod, guint *key);
 #endif
 
 #endif // _WX_STOCKITEM_H_