mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* gcmd.c (gnome_listing_cmd): Remove, it unused.
(gnome_compare_panels): Likewise.
This commit is contained in:
parent
146730a630
commit
4c7a7f7132
@ -1,5 +1,8 @@
|
||||
2001-05-29 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* gcmd.c (gnome_listing_cmd): Remove, it unused.
|
||||
(gnome_compare_panels): Likewise.
|
||||
|
||||
* Makefile.in: Don't use subshell.o.
|
||||
|
||||
2001-05-26 Pavel Roskin <proski@gnu.org>
|
||||
|
24
gnome/gcmd.c
24
gnome/gcmd.c
@ -29,30 +29,6 @@
|
||||
|
||||
static char *panelize_section = "Panelize";
|
||||
|
||||
void
|
||||
gnome_listing_cmd (GtkWidget *widget, WPanel *panel)
|
||||
{
|
||||
int view_type, use_msformat;
|
||||
char *user, *status;
|
||||
|
||||
view_type = display_box (panel, &user, &status, &use_msformat, get_current_index ());
|
||||
|
||||
if (view_type == -1)
|
||||
return;
|
||||
|
||||
configure_panel_listing (panel, view_type, use_msformat, user, status);
|
||||
}
|
||||
|
||||
void
|
||||
gnome_compare_panels (void)
|
||||
{
|
||||
if (get_other_panel () == NULL){
|
||||
message (1, MSG_ERROR, _(" There is no other panel to compare contents to "));
|
||||
return;
|
||||
}
|
||||
compare_dirs_cmd ();
|
||||
}
|
||||
|
||||
void
|
||||
gnome_open_terminal_with_cmd (const char *command)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user