aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-02-27 08:57:25 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-02-27 08:57:25 +0000
commitacaeecc8fec144408ff9d43668906bc5c698c393 (patch)
tree76f73e3b705843a74596e48d8d86d05eaa1f4461 /file.c
parent7e0fd124764ea35250c4c4bf47db359b7d160930 (diff)
From Joerg Mayer: remove unused variables and declarations of
non-existent functions. Remove the "filetype" argument from the "can_write_encap" functions for particular capture file types - the argument value is implicit, in that the routine being called is the routine for that particular file type. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4823 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'file.c')
-rw-r--r--file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/file.c b/file.c
index c561f54aaa..c2155ce9a7 100644
--- a/file.c
+++ b/file.c
@@ -1,7 +1,7 @@
/* file.c
* File I/O routines
*
- * $Id: file.c,v 1.263 2002/02/24 06:45:12 guy Exp $
+ * $Id: file.c,v 1.264 2002/02/27 08:57:14 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -623,7 +623,7 @@ add_packet_to_packet_list(frame_data *fdata, capture_file *cf,
gboolean refilter)
{
apply_color_filter_args args;
- gint i, row;
+ gint row;
gboolean create_proto_tree = FALSE;
epan_dissect_t *edt;
GdkColor fg, bg;