mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
remove unused fluid_sample_t::userdata
This commit is contained in:
parent
2c9c176e17
commit
c8b18056c6
1 changed files with 0 additions and 2 deletions
|
@ -183,8 +183,6 @@ struct _fluid_sample_t
|
|||
* @return Should return #FLUID_OK
|
||||
*/
|
||||
int (*notify)(fluid_sample_t *sample, int reason);
|
||||
|
||||
void *userdata; /**< User defined data */
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue