aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-03-10 09:31:49 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-03-10 09:31:49 +0000
commit0d9d45f4671f04835ad077121f690f890383f9f8 (patch)
tree43840293a716dbab2382a4518701453812fe11fc /file.c
parente1f488293a65157ce5f26ca8b41527f63aac0416 (diff)
Removed an unused variable.
svn path=/trunk/; revision=24597
Diffstat (limited to 'file.c')
-rw-r--r--file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/file.c b/file.c
index e2eaf054fe..fa71a63f41 100644
--- a/file.c
+++ b/file.c
@@ -891,7 +891,6 @@ add_packet_to_packet_list(frame_data *fdata, capture_file *cf,
gboolean refilter)
{
gint row;
- gint col;
gboolean create_proto_tree = FALSE;
epan_dissect_t *edt;