* main.c: Remove unused toggle_* functions.
Этот коммит содержится в:
родитель
e09f199636
Коммит
03f801b0f2
@ -1,5 +1,7 @@
|
||||
2002-01-17 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* main.c: Remove unused toggle_* functions.
|
||||
|
||||
* dir.c: Show backups by default.
|
||||
|
||||
2002-01-15 Andrew V. Samoilov <kai@cmail.ru>
|
||||
|
21
src/main.c
21
src/main.c
@ -1305,12 +1305,6 @@ menu_cmd (void)
|
||||
}
|
||||
|
||||
/* Flag toggling functions */
|
||||
void
|
||||
toggle_confirm_delete (void)
|
||||
{
|
||||
confirm_delete = !confirm_delete;
|
||||
}
|
||||
|
||||
void
|
||||
toggle_fast_reload (void)
|
||||
{
|
||||
@ -1346,21 +1340,6 @@ toggle_show_hidden (void)
|
||||
update_panels (UP_RELOAD, UP_KEEPSEL);
|
||||
}
|
||||
|
||||
void
|
||||
toggle_show_mini_status (void)
|
||||
{
|
||||
show_mini_info = !show_mini_info;
|
||||
paint_panel (cpanel);
|
||||
if (get_other_type () == view_listing)
|
||||
paint_panel (opanel);
|
||||
}
|
||||
|
||||
void
|
||||
toggle_align_extensions (void)
|
||||
{
|
||||
align_extensions = !align_extensions;
|
||||
}
|
||||
|
||||
/*
|
||||
* Just a hack for allowing url-like pathnames to be accepted from the
|
||||
* command line.
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user