mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-12-03 17:42:21 +00:00
Remove unused macros
This commit is contained in:
parent
84704ea440
commit
259aecedf2
1 changed files with 0 additions and 3 deletions
|
@ -177,9 +177,6 @@ typedef enum
|
|||
Gen_Last /* Sentinel value, not a valid generator */
|
||||
} Gen_Type;
|
||||
|
||||
#define Gen_Count Gen_Last /* count of generators */
|
||||
#define GenArrSize sizeof(SFGenAmount) * Gen_Count /* gen array size */
|
||||
|
||||
|
||||
static const unsigned short invalid_inst_gen[] =
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue