summaryrefslogtreecommitdiff
path: root/src/trg-torrent-graph.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <alan@eth0.org.uk>2012-07-08 21:00:19 +0100
committerGravatar Alan Fitton <alan@eth0.org.uk>2012-07-08 21:00:19 +0100
commitd4711b4c9e9ae88ed75829371f184b6f7b387a27 (patch)
tree57bd19af65f97a67ca849c1d3c875dae27259b9f /src/trg-torrent-graph.h
parent3e1b3eae8bc2271512066be16789c777d1634ea0 (diff)
gtk3 60 second graphing - this is a seperate source for now, could be easily merged it seems.
Diffstat (limited to 'src/trg-torrent-graph.h')
-rw-r--r--src/trg-torrent-graph.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/trg-torrent-graph.h b/src/trg-torrent-graph.h
index 49a9b87..c8aabaf 100644
--- a/src/trg-torrent-graph.h
+++ b/src/trg-torrent-graph.h
@@ -5,9 +5,7 @@
#include <gtk/gtk.h>
-#define TRG_WITH_GRAPH !GTK_CHECK_VERSION( 3, 0, 0 )
-
-#if TRG_WITH_GRAPH
+#if !GTK_CHECK_VERSION( 3, 0, 0 )
#include <glib-object.h>
#include "trg-torrent-model.h"