summaryrefslogtreecommitdiff
path: root/gtk/Makefile.target
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-04-23 22:31:40 +0100
committerVincent Sanders <vince@kyllikki.org>2015-04-23 22:50:16 +0100
commit7e2f1094ce8d527c07e06dea164d7647d6605a4f (patch)
tree9c617c2fd6208645a4850bf16a4ee7662f8e04dc /gtk/Makefile.target
parentee78742363632583f283d0187d6b464284636f43 (diff)
downloadnetsurf-7e2f1094ce8d527c07e06dea164d7647d6605a4f.tar.gz
netsurf-7e2f1094ce8d527c07e06dea164d7647d6605a4f.tar.bz2
Remove unused thumbnail sources from core and gtk
Diffstat (limited to 'gtk/Makefile.target')
-rw-r--r--gtk/Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/Makefile.target b/gtk/Makefile.target
index 8378c1096..ee757f5f0 100644
--- a/gtk/Makefile.target
+++ b/gtk/Makefile.target
@@ -107,7 +107,7 @@ S_PIXBUF :=
$(eval $(foreach V,$(filter GTK_IMAGE_%,$(.VARIABLES)),$(call convert_image,$($(V)),$(OBJROOT)/$(patsubst GTK_IMAGE_%,%,$(V)).c,$(patsubst GTK_IMAGE_%,%,$(V))_pixdata)))
# S_GTK are sources purely for the GTK build
-S_GTK := font_pango.c bitmap.c gui.c schedule.c thumbnail.c plotters.c \
+S_GTK := font_pango.c bitmap.c gui.c schedule.c plotters.c \
treeview.c scaffolding.c gdk.c completion.c login.c throbber.c \
selection.c history.c window.c fetch.c download.c menu.c \
print.c search.c tabs.c theme.c toolbar.c gettext.c \