summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-02-07 14:28:20 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2013-02-07 14:28:20 +0000
commitcb283c516a0c727953d33d9d202f9666ac53b2f5 (patch)
tree5437e9fe4e9d08028b027f3e6abf7559bb1ecec6
parent2979a19786ed8248b32a8b63e297fb2638744dc9 (diff)
downloadnetsurf-cb283c516a0c727953d33d9d202f9666ac53b2f5.tar.gz
netsurf-cb283c516a0c727953d33d9d202f9666ac53b2f5.tar.bz2
Don't build or include old render/textinput module.
-rw-r--r--Makefile.sources2
-rw-r--r--render/html_interaction.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.sources b/Makefile.sources
index 25fe2f17f..550c563bc 100644
--- a/Makefile.sources
+++ b/Makefile.sources
@@ -15,7 +15,7 @@ S_RENDER := box.c box_construct.c box_normalise.c box_textarea.c \
font.c form.c \
html.c html_script.c html_interaction.c html_redraw.c \
html_forms.c imagemap.c layout.c list.c search.c table.c \
- textinput.c textplain.c
+ textplain.c
S_UTILS := base64.c corestrings.c filename.c filepath.c hashtable.c \
libdom.c locale.c log.c messages.c nsurl.c talloc.c url.c \
diff --git a/render/html_interaction.c b/render/html_interaction.c
index a685241bc..b66868257 100644
--- a/render/html_interaction.c
+++ b/render/html_interaction.c
@@ -42,7 +42,6 @@
#include "render/form.h"
#include "render/html_internal.h"
#include "render/imagemap.h"
-#include "render/textinput.h"
#include "javascript/js.h"
#include "utils/messages.h"
#include "utils/utils.h"