Get rid of unused variable.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 4 Jun 2008 20:53:06 +0000 (20:53 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 4 Jun 2008 20:53:06 +0000 (20:53 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25428 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-mp4ves.c

index 0e3c991723b5300aaef9682c1ba47b4f9f976e6c..7f8082ff3b8bc6d3017e4f5e030a44e87fd6c3df 100644 (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);
 
-}
\ No newline at end of file
+}