mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 01:30:49 +01:00
removed an unneeded variable
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@28 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
parent
c941508c5e
commit
13f21a2f81
@ -7,8 +7,6 @@ VGMSTREAM * init_vgmstream_agsc(const char * const filename) {
|
||||
VGMSTREAM * vgmstream = NULL;
|
||||
STREAMFILE * infile = NULL;
|
||||
|
||||
coding_t coding_type;
|
||||
|
||||
off_t header_offset;
|
||||
off_t start_offset;
|
||||
int channel_count;
|
||||
|
Loading…
Reference in New Issue
Block a user