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:
halleyscometsw 2008-02-14 21:22:55 +00:00
parent c941508c5e
commit 13f21a2f81

View File

@ -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;