mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 22:27:13 +02:00
remove unused variable length
This commit is contained in:
parent
2a86a51747
commit
6ed9ca056d
1 changed files with 0 additions and 2 deletions
|
@ -140,8 +140,6 @@ error:
|
|||
|
||||
void Audio::readFile()
|
||||
{
|
||||
|
||||
int length;
|
||||
FILE *soundFile = fopen("love.raw", "r");
|
||||
|
||||
// get length of file:
|
||||
|
|
Loading…
Reference in a new issue