From 0657764d00f021226e6208f6fe74b5352d2488ab Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Sun, 16 Jul 2006 00:36:32 +0000 Subject: Remove debug information. svn path=/trunk/netsurf/; revision=2758 --- riscos/textarea.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/riscos/textarea.c b/riscos/textarea.c index f7c8add70..657bb1958 100644 --- a/riscos/textarea.c +++ b/riscos/textarea.c @@ -208,8 +208,6 @@ uintptr_t textarea_create(wimp_w parent, wimp_i icon, unsigned int flags, ro_get_hscroll_height(ret->window) - state.yscroll; state.visible.y1 += istate.icon.extent.y1 - 2 - state.yscroll; - LOG(("%i, %i, %i, %i", state.visible.x0, state.visible.y0, - state.visible.x1, state.visible.y1)); if (flags & TEXTAREA_READONLY) { state.visible.x0 += 2; state.visible.x1 -= 4; -- cgit v1.2.3