mirror of
https://github.com/scratchfoundation/scratch-audio.git
synced 2025-03-10 23:17:59 -04:00
Remove unused variable
This commit is contained in:
parent
0bc892f03d
commit
66b4ae3795
1 changed files with 0 additions and 1 deletions
|
@ -172,7 +172,6 @@ class AudioEngine {
|
||||||
|
|
||||||
// microphone, for measuring loudness, with a level meter analyzer
|
// microphone, for measuring loudness, with a level meter analyzer
|
||||||
this.mic = null;
|
this.mic = null;
|
||||||
this.micMeter = null;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue