From 348357a1d7192acef3fdfe5c175b71ed6b7f6d88 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 26 Mar 2013 00:59:22 +0000 Subject: [PATCH] No changes, just remove wxGtkIMData forward declarations. 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 | 4 ---- include/wx/gtk1/window.h | 4 ---- 2 files changed, 8 deletions(-) diff --git a/include/wx/gtk/window.h b/include/wx/gtk/window.h index fa3ae5c104..171f34fac9 100644 --- a/include/wx/gtk/window.h +++ b/include/wx/gtk/window.h @@ -20,10 +20,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; diff --git a/include/wx/gtk1/window.h b/include/wx/gtk1/window.h index 388f06fd91..43d8be0524 100644 --- a/include/wx/gtk1/window.h +++ b/include/wx/gtk1/window.h @@ -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) //----------------------------------------------------------------------------- -- 2.45.2