]> git.saurik.com Git - wxWidgets.git/commitdiff
No changes, just remove wxGtkIMData forward declarations.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 26 Mar 2013 00:59:22 +0000 (00:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 26 Mar 2013 00:59:22 +0000 (00:59 +0000)
This class doesn't exist any more, so clean up references to it.

See #3158.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gtk/window.h
include/wx/gtk1/window.h

index fa3ae5c104853f504554945ab178e0eba1e13a89..171f34fac92cd7ae33fce716a6b187dce907aaf8 100644 (file)
     #define WXUNUSED_IN_GTK3(x) x
 #endif
 
-// helper structure that holds class that holds GtkIMContext object and
-// some additional data needed for key events processing
-struct wxGtkIMData;
-
 typedef struct _GdkEventKey GdkEventKey;
 typedef struct _GtkIMContext GtkIMContext;
 
index 388f06fd91cc210b90fafe933c7eb6248fac1a70..43d8be05248a9cbdd164554ddd84486df64ac006 100644 (file)
@@ -16,10 +16,6 @@ typedef struct _GdkIC GdkIC;
 typedef struct _GdkICAttr GdkICAttr;
 #endif
 
-// helper structure that holds class that holds GtkIMContext object and
-// some additional data needed for key events processing
-struct wxGtkIMData;
-
 //-----------------------------------------------------------------------------
 // callback definition for inserting a window (internal)
 //-----------------------------------------------------------------------------