mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
* view.c (move_backward2): Removed unused variables.
This commit is contained in:
parent
1d573d9059
commit
3f3c24f511
@ -1299,9 +1299,6 @@ move_backward2_textmode_wrap (WView * view, offset_type current, int lines)
|
||||
static offset_type
|
||||
move_backward2 (WView *view, offset_type current, int lines)
|
||||
{
|
||||
offset_type p, q, pm;
|
||||
int line;
|
||||
|
||||
if (view->hex_mode) {
|
||||
if (view->edit_cursor >= lines * view->bytes_per_line) {
|
||||
view->edit_cursor -= lines * view->bytes_per_line;
|
||||
|
Loading…
Reference in New Issue
Block a user