summaryrefslogtreecommitdiff
path: root/cgme.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-03 18:34:13 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-03 18:34:13 +0100
commitfa519319f3c31f7ca63740c953c35dd4dc9e4b4a (patch)
tree6ef9ed18d2db6c3a989d81f65f84c999c4b5e602 /cgme.c
parentde5bcbefc5817688baa32f85d7940ea8f41ba6e8 (diff)
compiler warning cleanup
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 = {