summaryrefslogtreecommitdiff
path: root/frontends/gtk/gui.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-08-06 17:11:29 +0100
committerVincent Sanders <vince@kyllikki.org>2016-08-06 17:11:29 +0100
commit35d9baa14e40bbf65d6c947561033b05adfd2c1a (patch)
tree8961c645251078573aaf0ff274c7e24d771c5a6b /frontends/gtk/gui.c
parent8547452232e1cc7664fe3af7cbcfc4cead9d7d92 (diff)
downloadnetsurf-35d9baa14e40bbf65d6c947561033b05adfd2c1a.tar.gz
netsurf-35d9baa14e40bbf65d6c947561033b05adfd2c1a.tar.bz2
remove unused GTK treeview code completely repalced with core window API
Diffstat (limited to 'frontends/gtk/gui.c')
-rw-r--r--frontends/gtk/gui.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/frontends/gtk/gui.c b/frontends/gtk/gui.c
index 61560ddab..d128dc24f 100644
--- a/frontends/gtk/gui.c
+++ b/frontends/gtk/gui.c
@@ -49,7 +49,6 @@
#include "desktop/save_complete.h"
#include "desktop/save_pdf.h"
#include "desktop/searchweb.h"
-#include "desktop/tree.h"
#include "gtk/compat.h"
#include "gtk/warn.h"
@@ -61,7 +60,6 @@
#include "gtk/global_history.h"
#include "gtk/hotlist.h"
#include "gtk/throbber.h"
-#include "gtk/treeview.h"
#include "gtk/scaffolding.h"
#include "gtk/window.h"
#include "gtk/schedule.h"