style(tracker): remove unused PlayerPlayingMessage type

This commit is contained in:
5684185+vsariola@users.noreply.github.com 2023-10-20 16:37:19 +03:00
parent 900f1611b1
commit 1e47c5004c

View File

@ -64,11 +64,6 @@ type (
Inner interface{}
}
// PlayerPlayingMessage is sent to the model when the player starts or stops playing the score.
PlayerPlayingMessage struct {
bool
}
// PlayerCrashMessage is sent to the model when the player crashes.
PlayerCrashMessage struct {
error