"sync_mode" isn't used in "file.c", so there's no need to declare it

there (it's declared in "globals.h" in any case).

svn path=/trunk/; revision=700
This commit is contained in:
Guy Harris 1999-09-23 03:24:01 +00:00
parent 911336a0e1
commit 5953b86866
1 changed files with 1 additions and 2 deletions

3
file.c
View File

@ -1,7 +1,7 @@
/* file.c
* File I/O routines
*
* $Id: file.c,v 1.94 1999/09/22 01:26:23 ashokn Exp $
* $Id: file.c,v 1.95 1999/09/23 03:24:01 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@ -83,7 +83,6 @@
extern GtkWidget *packet_list, *prog_bar, *info_bar, *byte_view, *tree_view;
extern guint file_ctx;
extern int sync_mode;
extern int sync_pipe[];
guint cap_input_id;