From 54a9f29305d0f95ca24f7f7696756c2bef07b5b4 Mon Sep 17 00:00:00 2001 From: derselbst Date: Thu, 20 Dec 2018 17:46:10 +0100 Subject: [PATCH] remove public comments about internal details --- src/midi/fluid_midi.c | 4 ---- 1 file changed, 4 deletions(-) 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)