mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-22 07:30:50 +00:00
remove DEBUG macro leftover
This commit is contained in:
parent
39bf8f01cb
commit
bf918fbc5a
2 changed files with 0 additions and 7 deletions
|
@ -1164,7 +1164,6 @@ void fluid_zone_check_remove_mod(fluid_mod_t **list_mod)
|
|||
}
|
||||
|
||||
/* debug function: Prints the contents of a modulator */
|
||||
//#ifdef DEBUG
|
||||
void fluid_dump_modulator(fluid_mod_t * mod)
|
||||
{
|
||||
int src1=mod->src1;
|
||||
|
@ -1254,9 +1253,6 @@ void fluid_dump_linked_mod(fluid_mod_t *mod, int mod_idx, int offset)
|
|||
}
|
||||
}
|
||||
|
||||
//#endif
|
||||
|
||||
|
||||
/* description of bit flags set in path variable by fluid_mod_check_linked_mod_LOCAL()
|
||||
These flags indicates if a modulator belongs to a linked path.
|
||||
|
||||
|
|
|
@ -89,10 +89,7 @@ int fluid_mod_check_linked_mod(char *list_name,
|
|||
|
||||
void delete_fluid_mod_list(fluid_mod_t *mod);
|
||||
|
||||
#ifdef DEBUG
|
||||
void fluid_dump_modulator(fluid_mod_t *mod);
|
||||
void fluid_dump_linked_mod(fluid_mod_t *mod, int mod_idx, int offset);
|
||||
#endif
|
||||
|
||||
|
||||
#endif /* _FLUID_MOD_H */
|
||||
|
|
Loading…
Reference in a new issue