mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-22 03:02:06 +03:00
* Makefile.in (OOBJS): Remove fsusage.o and mountlist.o.
* gmain.h: Remove dead declaration of x_show_info().
This commit is contained in:
parent
521a886013
commit
4b3c6a0893
@ -1,3 +1,8 @@
|
||||
2001-06-18 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* Makefile.in (OOBJS): Remove fsusage.o and mountlist.o.
|
||||
* gmain.h: Remove dead declaration of x_show_info().
|
||||
|
||||
2001-06-15 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* gtkflist.c: Include <stdlib.h> for abs().
|
||||
|
@ -119,7 +119,6 @@ OOBJS = dlg.o screen.o widget.o wtools.o \
|
||||
file.o find.o dialog.o view.o \
|
||||
panelize.o background.o dir.o util.o \
|
||||
win.o color.o profile.o user.o ext.o setup.o \
|
||||
fsusage.o mountlist.o \
|
||||
regex.o complete.o command.o \
|
||||
cmd.o utilunix.o xslint.o filenot.o \
|
||||
fileopctx.o treestore.o mad.o
|
||||
|
@ -44,7 +44,6 @@ int gmc_open_filename (char *fname, GList *args);
|
||||
int gmc_edit (char *fname);
|
||||
int gmc_can_view_file (char *filename);
|
||||
int gmc_view (char *filename, int start_line);
|
||||
void x_show_info (WInfo *info, struct my_statfs *s, struct stat *b);
|
||||
void x_create_info (Dlg_head *h, widget_data parent, WInfo *info);
|
||||
void gnome_check_super_user (void);
|
||||
gint create_new_menu_from (char *file, GtkWidget *shell, gint pos);
|
||||
|
Loading…
Reference in New Issue
Block a user