diff options
Diffstat (limited to 'docs/release/src/emu/emuopts.h')
-rw-r--r-- | docs/release/src/emu/emuopts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/release/src/emu/emuopts.h b/docs/release/src/emu/emuopts.h index 296e2e46590..5c22770cca3 100644 --- a/docs/release/src/emu/emuopts.h +++ b/docs/release/src/emu/emuopts.h @@ -480,7 +480,7 @@ public: const char *language() const { return value(OPTION_LANGUAGE); } // Web server specific options - bool http() const { return bool_value(OPTION_HTTP); } + bool http() const { return 0; } //bool_value(OPTION_HTTP); } short http_port() const { return int_value(OPTION_HTTP_PORT); } const char *http_root() const { return value(OPTION_HTTP_ROOT); } |