remove unused debug enum

This commit is contained in:
derselbst 2017-10-22 14:41:00 +02:00
parent 3d7465a01e
commit 02bb14243a
1 changed files with 0 additions and 4 deletions

View File

@ -83,10 +83,6 @@ extern unsigned int fluid_debug_flags;
#if DEBUG
enum fluid_debug_level {
FLUID_DBG_DRIVER = 1
};
int fluid_debug(int level, char * fmt, ...);
#else