summaryrefslogtreecommitdiff
path: root/cgme.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgme.c')
-rw-r--r--cgme.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cgme.c b/cgme.c
index 18c51ae4..26e2e027 100644
--- a/cgme.c
+++ b/cgme.c
@@ -184,6 +184,7 @@ static const char * exts[]=
"ay","gbs","gym","hes","kss","nsf","nsfe","sap","spc","vgm","vgz",NULL
};
+#if 0
static int
cgme_numvoices (void) {
if (!emu) {
@@ -200,6 +201,7 @@ cgme_mutevoice (int voice, int mute) {
gme_mute_voices (emu, cgme_voicemask);
}
}
+#endif
// define plugin interface
static DB_decoder_t plugin = {