aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mp4ves.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-11-06 23:05:18 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-11-06 23:05:18 +0000
commitf27daf51dbf17f6518e70c8e0205608148835426 (patch)
treeea65603ce15e633353cab58cafc7432eccf707b2 /epan/dissectors/packet-mp4ves.c
parent7d8a21da5a9c401bca148b30c77f7eab92dcdc7b (diff)
Remove a unused variable.
svn path=/trunk/; revision=26721
Diffstat (limited to 'epan/dissectors/packet-mp4ves.c')
-rw-r--r--epan/dissectors/packet-mp4ves.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mp4ves.c b/epan/dissectors/packet-mp4ves.c
index 215e4f280d..43d84dff3f 100644
--- a/epan/dissectors/packet-mp4ves.c
+++ b/epan/dissectors/packet-mp4ves.c
@@ -50,7 +50,6 @@ static int hf_mp4ves_config = -1;
static int hf_mp4ves_start_code_prefix = -1;
static int hf_mp4ves_start_code = -1;
static int hf_mp4ves_vop_coding_type = -1;
-static int hf_mp4ves_profileandlevel = -1;
/* Initialize the subtree pointers */
static int ett_mp4ves = -1;