summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/clifront.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/clifront.h')
-rw-r--r--src/emu/clifront.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emu/clifront.h b/src/emu/clifront.h
index 59d35d8993c..b5613f94b76 100644
--- a/src/emu/clifront.h
+++ b/src/emu/clifront.h
@@ -27,8 +27,6 @@ class osd_interface;
// cli_frontend handles command-line processing and emulator execution
class cli_frontend
{
- typedef tagmap_t<FPTR> int_map;
-
public:
// construction/destruction
cli_frontend(cli_options &options, osd_interface &osd);