summaryrefslogtreecommitdiff
path: root/plugingui/colour.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-05-08 14:56:19 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2013-05-08 14:56:19 +0200
commit895c942289c81ca24346d3bb18d2b922ae469554 (patch)
tree58a5ad2ae9ad311bfa59daaa8114a83b5277c3c5 /plugingui/colour.cc
parent8cacd4e097bb969fe6de20d88e98763deef658e6 (diff)
Remove GlobalContext class. Move all native code from EventHandler class to NativeWindowX11 and NativeWindowWin32 classes.
Diffstat (limited to 'plugingui/colour.cc')
-rw-r--r--plugingui/colour.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugingui/colour.cc b/plugingui/colour.cc
index 01c4fc3..943011b 100644
--- a/plugingui/colour.cc
+++ b/plugingui/colour.cc
@@ -26,8 +26,6 @@
*/
#include "colour.h"
-#include "globalcontext.h"
-
GUI::Colour::Colour()
{
red = blue = green = alpha = 1.0;