mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +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()
|
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