Skip to content

Commit 6ce015f

Browse files
authored
Update core.ts
1 parent bdff76e commit 6ce015f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

source/library/core.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ export class PlayerCore {
3737
// do we start over gain at the end of the queue
3838
protected _loopQueue: boolean;
3939

40-
// callback hooks
41-
public onPlayStart: () => void;
42-
public onPlaying: () => void;
43-
public onBuffering: () => void;
44-
4540
// constants
4641
readonly WHERE_IN_QUEUE_AT_END: string = 'append';
4742
readonly WHERE_IN_QUEUE_AT_START: string = 'prepend';

0 commit comments

Comments
 (0)