mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 15:01:40 +00:00
remove unused debug enum
This commit is contained in:
parent
3d7465a01e
commit
02bb14243a
1 changed files with 0 additions and 4 deletions
|
@ -83,10 +83,6 @@ extern unsigned int fluid_debug_flags;
|
||||||
|
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
|
|
||||||
enum fluid_debug_level {
|
|
||||||
FLUID_DBG_DRIVER = 1
|
|
||||||
};
|
|
||||||
|
|
||||||
int fluid_debug(int level, char * fmt, ...);
|
int fluid_debug(int level, char * fmt, ...);
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue