From 8a3e522d97cae59d67399aca8fa4db022afed8a2 Mon Sep 17 00:00:00 2001 From: emeric Date: Mon, 23 Apr 2018 13:21:40 +0200 Subject: [PATCH] Removed unused buttons on play queue --- approot/playqueue.xml | 10 +--------- src/ui/PlayQueueView.cpp | 2 -- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/approot/playqueue.xml b/approot/playqueue.xml index 7c08fed1..81bb710c 100644 --- a/approot/playqueue.xml +++ b/approot/playqueue.xml @@ -2,14 +2,6 @@ - - - - - - - - @@ -18,7 +10,7 @@ ${entries} ${show-more} diff --git a/src/ui/PlayQueueView.cpp b/src/ui/PlayQueueView.cpp index b4e45453..b30b48f1 100644 --- a/src/ui/PlayQueueView.cpp +++ b/src/ui/PlayQueueView.cpp @@ -35,8 +35,6 @@ PlayQueue::PlayQueue() { addFunction("tr", &Wt::WTemplate::Functions::tr); - bindNew("save-btn", Wt::WString::tr("Lms.PlayQueue.save-to-playlist"), Wt::TextFormat::XHTML); - bindNew("load-btn", Wt::WString::tr("Lms.PlayQueue.load-from-playlist"), Wt::TextFormat::XHTML); Wt::WText* clearBtn = bindNew("clear-btn", Wt::WString::tr("Lms.PlayQueue.clear"), Wt::TextFormat::XHTML); _entriesContainer = bindNew("entries");