mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-02 00:16:04 +03:00
Remove unnecessary and incorrect declaration of edit_cursor_to_bol().
This commit is contained in:
parent
d570124a7a
commit
b79fe53f97
@ -929,8 +929,6 @@ void edit_block_move_cmd (WEdit * edit)
|
||||
edit->force |= REDRAW_PAGE;
|
||||
}
|
||||
|
||||
void edit_cursor_to_bol (WEdit * edit);
|
||||
|
||||
void edit_delete_column_of_text (WEdit * edit)
|
||||
{
|
||||
long p, q, r, m1, m2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user