aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/ScintillaGTK.cxx
diff options
context:
space:
mode:
authornyamatongwe <unknown>2011-09-09 16:59:38 +1000
committernyamatongwe <unknown>2011-09-09 16:59:38 +1000
commitc4e2263b026a0b5aa67c421b767c3ebbabda654f (patch)
treea81b91816ba7a5b16ad676ba3a2776e99a3316af /gtk/ScintillaGTK.cxx
parent9f1e13f587c8c3221a99cd2beee90242c32862fc (diff)
parent9b4a855ed7962ce5da8c3e538a38f3eb396a8cc7 (diff)
downloadscintilla-mirror-c4e2263b026a0b5aa67c421b767c3ebbabda654f.tar.gz
Merge with main repository.
Diffstat (limited to 'gtk/ScintillaGTK.cxx')
-rw-r--r--gtk/ScintillaGTK.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx
index 2b2a7c689..efb0e0cd5 100644
--- a/gtk/ScintillaGTK.cxx
+++ b/gtk/ScintillaGTK.cxx
@@ -74,9 +74,7 @@
#define IS_WIDGET_VISIBLE(w) (GTK_WIDGET_VISIBLE(w))
#endif
-#if GTK_CHECK_VERSION(2,22,0)
#define USE_CAIRO 1
-#endif
static GdkWindow *WindowFromWidget(GtkWidget *w) {
#if GTK_CHECK_VERSION(3,0,0)