diff options
Diffstat (limited to 'src/sys')
-rw-r--r-- | src/sys/sys.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/sys/sys.h b/src/sys/sys.h index eb9d099..3d94bcb 100644 --- a/src/sys/sys.h +++ b/src/sys/sys.h @@ -9,11 +9,6 @@ #include "config.h" -// disable bullet for now -#ifdef HAVE_BULLET -#undef HAVE_BULLET -#endif - #include <string> /// maximum line size throught the game |