remove unused variable length

This commit is contained in:
Stephen Birarda 2013-01-24 11:18:46 -08:00
parent bf336d8e40
commit 7b2c8a4db9

View file

@ -140,8 +140,6 @@ error:
void Audio::readFile()
{
int length;
FILE *soundFile = fopen("love.raw", "r");
// get length of file: