diff --git a/src/lms/ui/LmsTheme.cpp b/src/lms/ui/LmsTheme.cpp index dc05c06d..c4b3bc43 100644 --- a/src/lms/ui/LmsTheme.cpp +++ b/src/lms/ui/LmsTheme.cpp @@ -16,9 +16,6 @@ namespace UserInterface LmsTheme::init(Wt::WApplication* app) const { app->require("js/bootstrap.bundle.min.js"); - Wt::WString v = app->metaHeader(Wt::MetaHeaderType::Meta, "viewport"); - if (v.empty()) - app->addMetaHeader("viewport", "width=device-width, initial-scale=1, user-scalable=no"); } std::string