remove unused code

This commit is contained in:
Lion Kortlepel
2022-05-26 12:03:03 +02:00
parent 895058f85f
commit ed8d8a6419

View File

@@ -160,7 +160,6 @@ int BeamMPServerMain(MainArguments Arguments) {
Application::CheckForUpdates();
if (Application::Settings.HTTPServerEnabled) {
Http::Server::SetupEnvironment();
Http::Server::THttpServerInstance HttpServerInstance {};
}