aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-10-02 20:23:53 +0000
committerGuy Harris <guy@alum.mit.edu>1999-10-02 20:23:53 +0000
commit12e0703c0de1a7c9fa1ed76bfe9c1f24d02ceae8 (patch)
treead1069f648cc1a596987986c19680ca677f851a4 /file.h
parent79ec5a3ba92e47d6d188c6ef98c47047149d0100 (diff)
Get rid of some unused fields in a "capture_file" structure.
svn path=/trunk/; revision=756
Diffstat (limited to 'file.h')
-rw-r--r--file.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/file.h b/file.h
index 17ed329442..031ed6aaa0 100644
--- a/file.h
+++ b/file.h
@@ -1,7 +1,7 @@
/* file.h
* Definitions for file structures and routines
*
- * $Id: file.h,v 1.47 1999/09/29 22:19:13 guy Exp $
+ * $Id: file.h,v 1.48 1999/10/02 20:23:53 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -97,9 +97,6 @@ typedef struct _capture_file {
gboolean update_progbar; /* TRUE if we should update the progress bar */
long progbar_quantum; /* Number of bytes read per progress bar update */
long progbar_nextstep; /* Next point at which to update progress bar */
- float bouncebar_pos; /* Position of bounce bar */
- float bouncebar_step; /* Step */
- int bouncebar_reversed; /* Are we going right-to-left? */
gchar *iface; /* Interface */
gchar *save_file; /* File that user saved capture to */
int save_file_fd; /* File descriptor for saved file */