tweaks: remove a useless cursor movement

master
Benno Schulenberg 2016-09-11 10:43:21 +02:00
parent b92d35d1f2
commit 03fd6f3af8
1 changed files with 0 additions and 2 deletions

View File

@ -631,8 +631,6 @@ void browser_refresh(void)
line++; line++;
col = 0; col = 0;
} }
wmove(edit, line, col);
} }
/* If requested, put the cursor on the selected item and switch it on. */ /* If requested, put the cursor on the selected item and switch it on. */