summaryrefslogtreecommitdiff
path: root/frontends/gtk/Makefile
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/Makefile
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/Makefile')
-rw-r--r--frontends/gtk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/gtk/Makefile b/frontends/gtk/Makefile
index 71dec1e69..f9273f1db 100644
--- a/frontends/gtk/Makefile
+++ b/frontends/gtk/Makefile
@@ -159,7 +159,7 @@ endif
# S_FRONTEND are sources purely for the GTK frontend
S_FRONTEND := gui.c schedule.c layout_pango.c bitmap.c plotters.c \
- treeview.c scaffolding.c gdk.c completion.c login.c throbber.c \
+ scaffolding.c gdk.c completion.c login.c throbber.c \
selection.c global_history.c window.c fetch.c download.c menu.c \
print.c search.c tabs.c toolbar.c gettext.c \
compat.c cookies.c hotlist.c viewdata.c viewsource.c \