mirror of
https://github.com/freewilll/apple2-go.git
synced 2025-04-28 01:39:43 +00:00
Removed unused var
This commit is contained in:
parent
91cf87d297
commit
825840a9b6
@ -60,7 +60,6 @@ func (s *stream) Close() error {
|
||||
}
|
||||
|
||||
func Init() {
|
||||
system.AudioCycles = 0
|
||||
firstAudio = true
|
||||
Mute = false
|
||||
|
||||
|
@ -13,7 +13,6 @@ var (
|
||||
RunningInterruptTests bool
|
||||
Cycles uint64
|
||||
FrameCycles uint64
|
||||
AudioCycles uint64
|
||||
AudioChannel chan int16
|
||||
LastAudioValue int16
|
||||
LastAudioCycles uint64
|
||||
|
Loading…
x
Reference in New Issue
Block a user