summaryrefslogtreecommitdiff
path: root/libs/fluidsynth/src/fluid_synth_monopoly.c
diff options
context:
space:
mode:
Diffstat (limited to 'libs/fluidsynth/src/fluid_synth_monopoly.c')
-rw-r--r--libs/fluidsynth/src/fluid_synth_monopoly.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/fluidsynth/src/fluid_synth_monopoly.c b/libs/fluidsynth/src/fluid_synth_monopoly.c
index b7828af5b7..23e63bacb6 100644
--- a/libs/fluidsynth/src/fluid_synth_monopoly.c
+++ b/libs/fluidsynth/src/fluid_synth_monopoly.c
@@ -290,11 +290,6 @@ static char fluid_synth_get_fromkey_portamento_legato(fluid_channel_t *chan,
* Sust.on/off >------------------------->|_______________|
* Sost.on/off
------------------------------------------------------------------------------*/
-int fluid_synth_noteoff_monopoly(fluid_synth_t *synth, int chan, int key,
- char Mono);
-
-int fluid_synth_noteon_monopoly_legato(fluid_synth_t *synth, int chan,
- int fromkey, int tokey, int vel);
/**
* Plays a noteon event for a Synth instance in "monophonic playing" state.