X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b2c357747dd5a64b3302befcb7463586f624223b..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/gtk/window.h diff --git a/include/wx/gtk/window.h b/include/wx/gtk/window.h index fa3ae5c104..6c36ce99c1 100644 --- a/include/wx/gtk/window.h +++ b/include/wx/gtk/window.h @@ -2,7 +2,6 @@ // Name: wx/gtk/window.h // Purpose: // Author: Robert Roebling -// Id: $Id$ // Copyright: (c) 1998 Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -20,10 +19,6 @@ #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;