mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-15 20:09:14 +02:00
remove unused variable length
This commit is contained in:
parent
bf336d8e40
commit
7b2c8a4db9
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