summaryrefslogtreecommitdiff
path: root/src/trg-main-window.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <alan@eth0.org.uk>2012-07-09 13:34:16 +0200
committerGravatar Alan Fitton <alan@eth0.org.uk>2012-07-09 13:34:16 +0200
commit87026711882826d6b67c561712bd86412585020c (patch)
tree57bd19af65f97a67ca849c1d3c875dae27259b9f /src/trg-main-window.c
parente83f587d095bb49c494e429fcfa43d4ee3b7e047 (diff)
Revert "make the gtk3 graph build (this was supposed to be a branch but I forgot to checkout...). some more fixes needed here."
Diffstat (limited to 'src/trg-main-window.c')
-rw-r--r--src/trg-main-window.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/trg-main-window.c b/src/trg-main-window.c
index 74ae002..ea3e342 100644
--- a/src/trg-main-window.c
+++ b/src/trg-main-window.c
@@ -66,11 +66,7 @@
#include "trg-trackers-tree-view.h"
#include "trg-trackers-model.h"
#include "trg-state-selector.h"
-#if GTK_CHECK_VERSION( 3, 0, 0 )
-#include "trg-torrent-graph3.h"
-#else
#include "trg-torrent-graph.h"
-#endif
#include "trg-torrent-move-dialog.h"
#include "trg-torrent-props-dialog.h"
#include "trg-torrent-add-url-dialog.h"