1
1

Remove unnecessary and incorrect declaration of edit_cursor_to_bol().

Этот коммит содержится в:
Pavel Roskin 2002-10-08 04:50:20 +00:00
родитель d570124a7a
Коммит 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;