summaryrefslogtreecommitdiff
path: root/frontends/riscos/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-12-28 16:07:04 +0000
committerVincent Sanders <vince@kyllikki.org>2016-12-28 16:07:04 +0000
commitaf6139bcb5845d4cdbc852b113ac8fabcee29097 (patch)
treee6988fd8918ae4bfee3815369bb2cb08c560a8e0 /frontends/riscos/Makefile
parent337f9948d51d48f8b2a01694e07ea1bf4fa337af (diff)
downloadnetsurf-af6139bcb5845d4cdbc852b113ac8fabcee29097.tar.gz
netsurf-af6139bcb5845d4cdbc852b113ac8fabcee29097.tar.bz2
remove RISC OS treeview wrapper implementation
Diffstat (limited to 'frontends/riscos/Makefile')
-rw-r--r--frontends/riscos/Makefile16
1 files changed, 7 insertions, 9 deletions
diff --git a/frontends/riscos/Makefile b/frontends/riscos/Makefile
index 17fd5598f..b457f02da 100644
--- a/frontends/riscos/Makefile
+++ b/frontends/riscos/Makefile
@@ -46,16 +46,14 @@ endif
# ----------------------------------------------------------------------------
# S_RISCOS are sources purely for the RISC OS build
-S_FRONTEND := 401login.c assert.c bitmap.c buffer.c configure.c \
- dialog.c download.c filetype.c font.c \
- global_history.c gui.c help.c history.c hotlist.c iconbar.c \
- image.c menus.c message.c mouse.c palettes.c plotters.c \
+S_FRONTEND := 401login.c assert.c bitmap.c buffer.c configure.c gui.c \
+ dialog.c download.c filetype.c font.c help.c history.c image.c \
+ iconbar.c menus.c message.c mouse.c palettes.c plotters.c \
print.c query.c save.c save_draw.c save_pdf.c schedule.c \
- search.c searchweb.c sslcert.c textarea.c \
- textselection.c theme.c theme_install.c toolbar.c \
- treeview.c corewindow.c cookies.c \
- ucstables.c uri.c url_complete.c url_protocol.c \
- url_suggest.c wimp.c wimp_event.c window.c \
+ search.c searchweb.c textarea.c textselection.c theme.c \
+ theme_install.c toolbar.c url_suggest.c wimp.c wimp_event.c \
+ ucstables.c uri.c url_complete.c url_protocol.c window.c \
+ corewindow.c cookies.c sslcert.c global_history.c hotlist.c \
$(addprefix content-handlers/,artworks.c awrender.s draw.c \
sprite.c) \
$(addprefix gui/,button_bar.c progress_bar.c status_bar.c \