Commit 7fcbe51f authored by love_飞影's avatar love_飞影 Committed by Chunchi Che

refactor: remove unused property

parent 5b2314aa
...@@ -10,10 +10,6 @@ export class NeosAudioContext extends EventEmitter<AudioScheduledSourceNodeEvent ...@@ -10,10 +10,6 @@ export class NeosAudioContext extends EventEmitter<AudioScheduledSourceNodeEvent
this._gainNode.gain.value = volume; this._gainNode.gain.value = volume;
} }
public get musicAudioContext() {
return this._musicAudioContext;
}
public get state() { public get state() {
return this._musicAudioContext.state; return this._musicAudioContext.state;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment