remove an unused var

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@124 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
halleyscometsw 2008-05-14 22:42:32 +00:00
parent a71d80ab12
commit 870cecd2ef

View File

@ -46,8 +46,6 @@ VGMSTREAM * init_vgmstream_ps2_mib(const char * const filename) {
off_t interleave = 0;
off_t readOffset = 0;
size_t bufOffset;
char * filenameMIH = NULL;
uint8_t gotMIH=0;