Removed unused var

This commit is contained in:
Will Angenent 2018-05-14 23:03:12 +01:00
parent 91cf87d297
commit 825840a9b6
2 changed files with 0 additions and 2 deletions

View File

@ -60,7 +60,6 @@ func (s *stream) Close() error {
}
func Init() {
system.AudioCycles = 0
firstAudio = true
Mute = false

View File

@ -13,7 +13,6 @@ var (
RunningInterruptTests bool
Cycles uint64
FrameCycles uint64
AudioCycles uint64
AudioChannel chan int16
LastAudioValue int16
LastAudioCycles uint64