From cb283c516a0c727953d33d9d202f9666ac53b2f5 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 7 Feb 2013 14:28:20 +0000 Subject: Don't build or include old render/textinput module. --- Makefile.sources | 2 +- render/html_interaction.c | 1 - 2 files changed, 1 insertion(+), 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" -- cgit v1.2.3