From f5393c3c7d2369b7597193ea73d9bc94489c42a1 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 10 May 2013 13:04:22 +0100 Subject: Strip out dead wood. --- desktop/textinput.c | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/desktop/textinput.c b/desktop/textinput.c index e67359a2b..2e83bcda6 100644 --- a/desktop/textinput.c +++ b/desktop/textinput.c @@ -24,28 +24,9 @@ * Textual input handling (implementation) */ -#include -#include -#include -#include #include "desktop/browser_private.h" -#include "desktop/gui.h" -#include "desktop/mouse.h" -#include "desktop/scrollbar.h" #include "desktop/textinput.h" -#include "render/box.h" -#include "render/font.h" -#include "render/form.h" -#include "render/html_internal.h" -#include "render/layout.h" -#include "utils/log.h" -#include "utils/talloc.h" -#include "utils/utf8.h" -#include "utils/utils.h" - -/* Define to enable textinput debug */ -#undef TEXTINPUT_DEBUG /** -- cgit v1.2.3