mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 09:17:29 +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()
|
void Audio::readFile()
|
||||||
{
|
{
|
||||||
|
|
||||||
int length;
|
|
||||||
FILE *soundFile = fopen("love.raw", "r");
|
FILE *soundFile = fopen("love.raw", "r");
|
||||||
|
|
||||||
// get length of file:
|
// get length of file:
|
||||||
|
|
Loading…
Reference in a new issue