WIP. new layout on the audio view

This commit is contained in:
emeric
2014-10-19 19:55:33 +02:00
parent 49d2475422
commit 7e4e46aad0
5 changed files with 93 additions and 159 deletions
-6
View File
@@ -24,8 +24,6 @@
#include "common/SessionData.hpp"
#include "LmsHome.hpp"
namespace UserInterface {
@@ -43,10 +41,6 @@ class LmsApplication : public Wt::WApplication
SessionData _sessionData;
LmsHome* _home;
AudioWidget* _audioWidget;
VideoWidget* _videoWidget;
};