summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcmd.h
diff options
context:
space:
mode:
author Vas Crabb <cuavas@users.noreply.github.com>2017-12-15 19:51:34 +1100
committer Vas Crabb <cuavas@users.noreply.github.com>2017-12-15 19:52:08 +1100
commit2d6a478ae69609ccca0155dad638e7183b843d35 (patch)
tree9ad513e474f58e311ee1ae5504169245abb3d48e /src/emu/debug/debugcmd.h
parentd4262448b00f6107e8deaa17885db1843ee03ed7 (diff)
Revert "Command to print all debugger help to html file"
Diffstat (limited to 'src/emu/debug/debugcmd.h')
-rw-r--r--src/emu/debug/debugcmd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/debug/debugcmd.h b/src/emu/debug/debugcmd.h
index 527d3a3e8a4..41405ec0a71 100644
--- a/src/emu/debug/debugcmd.h
+++ b/src/emu/debug/debugcmd.h
@@ -93,7 +93,6 @@ private:
void execute_trace_internal(int ref, const std::vector<std::string> &params, bool trace_over);
void execute_help(int ref, const std::vector<std::string> &params);
- void execute_html(int ref, const std::vector<std::string> &params);
void execute_print(int ref, const std::vector<std::string> &params);
void execute_printf(int ref, const std::vector<std::string> &params);
void execute_logerror(int ref, const std::vector<std::string> &params);