summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2010-09-04 20:44:53 +0000
committer Aaron Giles <aaron@aarongiles.com>2010-09-04 20:44:53 +0000
commit15ec9dd39007f3dff362e6822471fbdeb7477b3f (patch)
tree317a7fea4b9896abec90bf1d9d84580ce221b4f4 /src/emu/debug
parentb954eccd7eea0064051de920577da11444b7f45a (diff)
Remove unused debug_comment_exit
Diffstat (limited to 'src/emu/debug')
-rw-r--r--src/emu/debug/debugcmt.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/emu/debug/debugcmt.c b/src/emu/debug/debugcmt.c
index c957cf64361..8465d284f3e 100644
--- a/src/emu/debug/debugcmt.c
+++ b/src/emu/debug/debugcmt.c
@@ -506,13 +506,3 @@ error:
xml_file_free(root);
return 0;
}
-
-
-/*-------------------------------------------------------------------------
- debug_comment_exit - saves the comments and frees memory
--------------------------------------------------------------------------*/
-
-static void debug_comment_exit(running_machine &machine)
-{
- debug_comment_save(&machine);
-}