* Makefile.in (OOBJS): Remove fsusage.o and mountlist.o.

* gmain.h: Remove dead declaration of x_show_info().
This commit is contained in:
Pavel Roskin 2001-06-18 22:26:45 +00:00
parent 521a886013
commit 4b3c6a0893
3 changed files with 5 additions and 2 deletions

View File

@ -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().

View File

@ -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

View File

@ -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);