Remove line that was removed in the other branch.

svn path=/trunk/netsurf/; revision=8887
This commit is contained in:
Michael Drake 2009-07-29 11:26:04 +00:00
parent 39546fd504
commit 623808380a

View File

@ -438,8 +438,6 @@ bool textarea_set_caret(struct text_area *ta, int caret)
if (caret != -1 && (unsigned)caret > c_len)
caret = c_len;
height = ta->line_height;
/* Delete the old caret */
if (ta->caret_pos.char_off != -1) {
index = textarea_get_caret(ta);