summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2009-07-29 11:26:04 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2009-07-29 11:26:04 +0000
commit623808380ab44f58a588c83e7e857bba258d9e82 (patch)
tree85feb13631e4913a5a72a33687937a2a81de41c8 /desktop
parent39546fd50441e6d0fe5ba5fd8b969ce20e5df693 (diff)
downloadnetsurf-623808380ab44f58a588c83e7e857bba258d9e82.tar.gz
netsurf-623808380ab44f58a588c83e7e857bba258d9e82.tar.bz2
Remove line that was removed in the other branch.
svn path=/trunk/netsurf/; revision=8887
Diffstat (limited to 'desktop')
-rw-r--r--desktop/textarea.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/textarea.c b/desktop/textarea.c
index 9d7deb615..42d46fd8f 100644
--- a/desktop/textarea.c
+++ b/desktop/textarea.c
@@ -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);