From d4711b4c9e9ae88ed75829371f184b6f7b387a27 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Sun, 8 Jul 2012 21:00:19 +0100 Subject: gtk3 60 second graphing - this is a seperate source for now, could be easily merged it seems. --- src/trg-torrent-graph.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/trg-torrent-graph.h') 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 -#define TRG_WITH_GRAPH !GTK_CHECK_VERSION( 3, 0, 0 ) - -#if TRG_WITH_GRAPH +#if !GTK_CHECK_VERSION( 3, 0, 0 ) #include #include "trg-torrent-model.h" -- cgit v1.2.3