From a070f24913c5afc756232915cd9b6d7525f08ad0 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 28 May 2009 16:38:17 +0000 Subject: Lose more redundancy svn path=/trunk/netsurf/; revision=7613 --- desktop/textinput.c | 1 - 1 file changed, 1 deletion(-) (limited to 'desktop/textinput.c') diff --git a/desktop/textinput.c b/desktop/textinput.c index 185e7c199..07af9e991 100644 --- a/desktop/textinput.c +++ b/desktop/textinput.c @@ -1476,7 +1476,6 @@ bool browser_window_input_paste_text(struct browser_window *bw, p++; if (*p == '\n') p++; } - utf8 = p; } if (update) -- cgit v1.2.3