diff --git a/src/midi/fluid_midi.c b/src/midi/fluid_midi.c index d4404ce0..59ad3173 100644 --- a/src/midi/fluid_midi.c +++ b/src/midi/fluid_midi.c @@ -1306,8 +1306,6 @@ fluid_midi_event_set_pitch(fluid_midi_event_t *evt, int val) * should be freed when the event is freed (only applies if event gets destroyed * with delete_fluid_midi_event()) * @return Always returns #FLUID_OK - * - * @note Unlike the other event assignment functions, this one sets evt->type. */ int fluid_midi_event_set_sysex(fluid_midi_event_t *evt, void *data, int size, int dynamic) @@ -1326,7 +1324,6 @@ fluid_midi_event_set_sysex(fluid_midi_event_t *evt, void *data, int size, int dy * @return Always returns #FLUID_OK * * @since 2.0.0 - * @note Unlike the other event assignment functions, this one sets evt->type. */ int fluid_midi_event_set_text(fluid_midi_event_t *evt, void *data, int size, int dynamic) @@ -1364,7 +1361,6 @@ int fluid_midi_event_get_text(fluid_midi_event_t *evt, void **data, int *size) * @return Always returns #FLUID_OK * * @since 2.0.0 - * @note Unlike the other event assignment functions, this one sets evt->type. */ int fluid_midi_event_set_lyrics(fluid_midi_event_t *evt, void *data, int size, int dynamic)