mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-22 15:42:54 +00:00
remove public comments about internal details
This commit is contained in:
parent
d0813be1c5
commit
54a9f29305
1 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue