Removed an unused variable.

svn path=/trunk/; revision=24597
This commit is contained in:
Stig Bjørlykke 2008-03-10 09:31:49 +00:00
parent e1f488293a
commit 0d9d45f467
1 changed files with 0 additions and 1 deletions

1
file.c
View File

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