[UI/MOBILE] Removed the duplicated search bar

This commit is contained in:
emeric
2016-01-03 20:05:29 +01:00
parent feb52c3ed9
commit 89e58b5adf
6 changed files with 100 additions and 97 deletions
+1 -3
View File
@@ -17,8 +17,7 @@
* along with LMS. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef LOGGER_HPP__
#define LOGGER_HPP__
#pragma once
#include <Wt/WServer>
#include <Wt/WApplication>
@@ -55,4 +54,3 @@ std::string getSeverityName(Severity sev);
#define LMS_LOG(module, level) Wt::log(getSeverityName(Severity::level)) << Wt::WLogger::sep << "[" << getModuleName(Module::module) << "]" << Wt::WLogger::sep
#endif