From 679eb9799fbab3c20bea907db2445b788f7eecc4 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Sun, 20 Nov 2016 18:04:03 -0600 Subject: [PATCH] Signed-off-by: Matt Bruce --- FirebaseKaraoke/FirebaseController.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/FirebaseKaraoke/FirebaseController.cs b/FirebaseKaraoke/FirebaseController.cs index 33b2a30..e7b7242 100644 --- a/FirebaseKaraoke/FirebaseController.cs +++ b/FirebaseKaraoke/FirebaseController.cs @@ -39,10 +39,6 @@ namespace KaraokePlayer.Classes { get { return string.Format("controllers/{0}/player/queue/0/", this.Id); } } - private string MostPlayedPath - { - get { return string.Format("controllers/{0}/mostplayed/", this.Id); } - } public string Id { get; set; } public Song CurrentSong { get; set; }