Get rid of unused variable.

svn path=/trunk/; revision=25428
This commit is contained in:
Guy Harris 2008-06-04 20:53:06 +00:00
parent 8b2750fbad
commit c35f2808b3
1 changed files with 1 additions and 2 deletions

View File

@ -132,7 +132,6 @@ dissect_mp4ves_config(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
void
dissect_mp4ves(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
int offset = 0;
int bit_offset = 0;
proto_item *item;
proto_tree *mp4ves_tree;
@ -298,4 +297,4 @@ proto_register_mp4ves(void)
10,
&temp_dynamic_payload_type);
}
}