summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/chd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/chd.c')
-rw-r--r--src/lib/util/chd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/util/chd.c b/src/lib/util/chd.c
index b36bd5c70fe..813ad8c31fe 100644
--- a/src/lib/util/chd.c
+++ b/src/lib/util/chd.c
@@ -835,6 +835,7 @@ core_file *chd_core_file(chd_file *chd)
filename
-------------------------------------------------*/
+#ifdef UNUSED_FUNCTION
void chd_multi_filename(const char *origname, char *finalname, int index)
{
char *extension;
@@ -856,6 +857,7 @@ void chd_multi_filename(const char *origname, char *finalname, int index)
findex[2] = 'h';
strcpy(extension, findex);
}
+#endif