mirror of https://github.com/MidnightCommander/mc
* src/main.c (xtoolkit_panel_setup): Remove - it is a noop.
(setup_panels_and_run_mc): Eliminate references to `xtoolkit_panel_setup'.
This commit is contained in:
parent
5978bcc196
commit
5d4d2db3f3
|
@ -1,3 +1,9 @@
|
|||
2006-09-18 Pavel Tsekov <ptsekov@gmx.net>
|
||||
|
||||
* main.c (xtoolkit_panel_setup): Remove - it is a noop.
|
||||
(setup_panels_and_run_mc): Eliminate references to
|
||||
`xtoolkit_panel_setup'.
|
||||
|
||||
2006-09-18 Pavel Tsekov <ptsekov@gmx.net>
|
||||
|
||||
* key.c (get_key_code): Do not blindly strip the eight bit of the
|
||||
|
|
|
@ -1601,8 +1601,6 @@ midnight_callback (struct Dlg_head *h, dlg_msg_t msg, int parm)
|
|||
}
|
||||
}
|
||||
|
||||
#define xtoolkit_panel_setup()
|
||||
|
||||
/* Show current directory in the xterm title */
|
||||
void
|
||||
update_xterm_title_path (void)
|
||||
|
@ -1654,8 +1652,6 @@ load_hint (int force)
|
|||
static void
|
||||
setup_panels_and_run_mc (void)
|
||||
{
|
||||
xtoolkit_panel_setup ();
|
||||
|
||||
add_widget (midnight_dlg, the_menubar);
|
||||
add_widget (midnight_dlg, get_panel_widget (0));
|
||||
add_widget (midnight_dlg, get_panel_widget (1));
|
||||
|
|
Loading…
Reference in New Issue