From 1e47c5004c3e6803fe5f53467185c244b2a9b98e Mon Sep 17 00:00:00 2001 From: "5684185+vsariola@users.noreply.github.com" <5684185+vsariola@users.noreply.github.com> Date: Fri, 20 Oct 2023 16:37:19 +0300 Subject: [PATCH] style(tracker): remove unused PlayerPlayingMessage type --- tracker/player.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tracker/player.go b/tracker/player.go index cea9f85..3d8b545 100644 --- a/tracker/player.go +++ b/tracker/player.go @@ -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