mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-03-04 06:11:33 +03:00
Remove line that was removed in the other branch.
svn path=/trunk/netsurf/; revision=8887
This commit is contained in:
parent
39546fd504
commit
623808380a
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user