Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Vorbis
Commits
9a373a63
Commit
9a373a63
authored
Sep 29, 2008
by
erikd
Browse files
Removed unused variables.
svn path=/trunk/vorbis/; revision=15351
parent
8072779b
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/res0.c
View file @
9a373a63
...
...
@@ -385,7 +385,6 @@ static long **_01class(vorbis_block *vb,vorbis_look_residue *vl,
long
i
,
j
,
k
;
vorbis_look_residue0
*
look
=
(
vorbis_look_residue0
*
)
vl
;
vorbis_info_residue0
*
info
=
look
->
info
;
vorbis_info
*
vi
=
vb
->
vd
->
vi
;
/* move all this setup out later */
int
samples_per_partition
=
info
->
grouping
;
...
...
@@ -513,8 +512,6 @@ static int _01forward(oggpack_buffer *opb,
vorbis_look_residue0
*
look
=
(
vorbis_look_residue0
*
)
vl
;
vorbis_info_residue0
*
info
=
look
->
info
;
vorbis_dsp_state
*
vd
=
vb
->
vd
;
/* move all this setup out later */
int
samples_per_partition
=
info
->
grouping
;
int
possible_partitions
=
info
->
partitions
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment