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");