Revert "add missing API comment to fluid_midi_parser_t"

This reverts commit 67e87cffad.
This commit is contained in:
derselbst 2017-12-21 14:51:55 +01:00
parent 5be4f31822
commit a9a9eb5b8c

View file

@ -58,7 +58,7 @@ typedef struct _fluid_rampreset_t fluid_rampreset_t; /**< RAM SoundFo
typedef struct _fluid_cmd_handler_t fluid_cmd_handler_t; /**< Shell Command Handler */
typedef struct _fluid_ladspa_fx_t fluid_ladspa_fx_t; /**< LADSPA effects instance */
typedef struct _fluid_file_callbacks_t fluid_file_callbacks_t; /**< Callback struct to perform custom file loading of soundfonts */
typedef struct _fluid_midi_parser_t fluid_midi_parser_t; /**< MIDI parser struct */
typedef struct _fluid_midi_parser_t fluid_midi_parser_t;
typedef int fluid_istream_t; /**< Input stream descriptor */
typedef int fluid_ostream_t; /**< Output stream descriptor */