diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-05-08 14:56:19 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-05-08 14:56:19 +0200 |
commit | 895c942289c81ca24346d3bb18d2b922ae469554 (patch) | |
tree | 58a5ad2ae9ad311bfa59daaa8114a83b5277c3c5 /vst | |
parent | 8cacd4e097bb969fe6de20d88e98763deef658e6 (diff) |
Remove GlobalContext class. Move all native code from EventHandler class to NativeWindowX11 and NativeWindowWin32 classes.
Diffstat (limited to 'vst')
-rw-r--r-- | vst/Makefile.mingw32 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vst/Makefile.mingw32 b/vst/Makefile.mingw32 index 9d3f2f8..ed9762c 100644 --- a/vst/Makefile.mingw32 +++ b/vst/Makefile.mingw32 @@ -34,7 +34,6 @@ DG_CFLAGS = -DDISABLE_HUGIN -I../include -I../src -DSSE -msse -msse2 GUI_SRC = \ $(DG_BASE)/plugingui/plugingui.cc \ - $(DG_BASE)/plugingui/globalcontext.cc \ $(DG_BASE)/plugingui/label.cc \ $(DG_BASE)/plugingui/eventhandler.cc \ $(DG_BASE)/plugingui/font.cc \ |