summaryrefslogtreecommitdiffstats
path: root/src/emu/emuopts.cpp
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2022-09-23 14:22:24 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2022-09-23 14:22:24 +1000
commitf3e4c036fa07f275b9d591f91e5d666a7582fede (patch)
tree447c5d827058bf4929daaf483345c14b48b5114e /src/emu/emuopts.cpp
parent36b4127cc85a4c015cb3cb58dcb170d98f667af5 (diff)
Removed insecure web server.
Diffstat (limited to 'src/emu/emuopts.cpp')
-rw-r--r--src/emu/emuopts.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/emuopts.cpp b/src/emu/emuopts.cpp
index fc00b6bb9e4..ec37fea1ceb 100644
--- a/src/emu/emuopts.cpp
+++ b/src/emu/emuopts.cpp
@@ -217,10 +217,10 @@ const options_entry emu_options::s_option_entries[] =
{ OPTION_PLUGIN, nullptr, core_options::option_type::STRING, "list of plugins to enable" },
{ OPTION_NO_PLUGIN, nullptr, core_options::option_type::STRING, "list of plugins to disable" },
- { nullptr, nullptr, core_options::option_type::HEADER, "HTTP SERVER OPTIONS" },
- { OPTION_HTTP, "0", core_options::option_type::BOOLEAN, "enable HTTP server" },
- { OPTION_HTTP_PORT, "8080", core_options::option_type::INTEGER, "HTTP server port" },
- { OPTION_HTTP_ROOT, "web", core_options::option_type::STRING, "HTTP server document root" },
+// { nullptr, nullptr, core_options::option_type::HEADER, "HTTP SERVER OPTIONS" },
+// { OPTION_HTTP, "0", core_options::option_type::BOOLEAN, "enable HTTP server" },
+// { OPTION_HTTP_PORT, "8080", core_options::option_type::INTEGER, "HTTP server port" },
+// { OPTION_HTTP_ROOT, "web", core_options::option_type::STRING, "HTTP server document root" },
{ nullptr }
};