mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-24 20:22:11 +03:00
* screen.c (display_mini_info): Make static.
(the_info_panel): Remove.
This commit is contained in:
parent
dc9869db9e
commit
e9460185bf
@ -1,5 +1,8 @@
|
|||||||
2002-11-10 Pavel Roskin <proski@gnu.org>
|
2002-11-10 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* screen.c (display_mini_info): Make static.
|
||||||
|
(the_info_panel): Remove.
|
||||||
|
|
||||||
* screen.c (Xtry_to_select): Make static, rename to
|
* screen.c (Xtry_to_select): Make static, rename to
|
||||||
do_try_to_select().
|
do_try_to_select().
|
||||||
|
|
||||||
|
@ -153,7 +153,6 @@ extern int extra_info;
|
|||||||
#define RP_SETPOS 1
|
#define RP_SETPOS 1
|
||||||
|
|
||||||
void paint_panel (WPanel *panel);
|
void paint_panel (WPanel *panel);
|
||||||
void display_mini_info (WPanel *panel);
|
|
||||||
void panel_reload (WPanel *panel);
|
void panel_reload (WPanel *panel);
|
||||||
|
|
||||||
void panel_set_sort_order (WPanel *panel, sortfn *sort_order);
|
void panel_set_sort_order (WPanel *panel, sortfn *sort_order);
|
||||||
|
@ -70,9 +70,6 @@ int permission_mode = 0;
|
|||||||
/* If 1 - then add per file type hilighting */
|
/* If 1 - then add per file type hilighting */
|
||||||
int filetype_mode = 1;
|
int filetype_mode = 1;
|
||||||
|
|
||||||
/* If we have an info panel, this points to it */
|
|
||||||
WPanel *the_info_panel = 0;
|
|
||||||
|
|
||||||
/* The hook list for the select file function */
|
/* The hook list for the select file function */
|
||||||
Hook *select_file_hook = 0;
|
Hook *select_file_hook = 0;
|
||||||
|
|
||||||
@ -593,7 +590,7 @@ repaint_file (WPanel *panel, int file_index, int mv, int attr, int isstatus)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
static void
|
||||||
display_mini_info (WPanel *panel)
|
display_mini_info (WPanel *panel)
|
||||||
{
|
{
|
||||||
if (!show_mini_info)
|
if (!show_mini_info)
|
||||||
|
Loading…
Reference in New Issue
Block a user