From 895c942289c81ca24346d3bb18d2b922ae469554 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 8 May 2013 14:56:19 +0200 Subject: Remove GlobalContext class. Move all native code from EventHandler class to NativeWindowX11 and NativeWindowWin32 classes. --- plugingui/plugingui.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugingui/plugingui.h') diff --git a/plugingui/plugingui.h b/plugingui/plugingui.h index ac0023b..97e45b8 100644 --- a/plugingui/plugingui.h +++ b/plugingui/plugingui.h @@ -29,7 +29,6 @@ #include "window.h" #include "eventhandler.h" -#include "globalcontext.h" #include "label.h" #include "lineedit.h" @@ -62,7 +61,6 @@ public: void setWindowClosedCallback(void (*handler)(void *), void *ptr); //private: - GUI::GlobalContext *gctx; GUI::Window *window; GUI::EventHandler *eventhandler; -- cgit v1.2.3