diff options
| -rw-r--r-- | apps/options.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/options.h b/apps/options.h index d321c85..24cd2ad 100644 --- a/apps/options.h +++ b/apps/options.h @@ -25,11 +25,6 @@ #define USE_DEMOS #endif -/* disable demos until plugins are added, to stay below 200KB */ -#ifdef USE_DEMOS -#undef USE_DEMOS -#endif - #ifndef DISABLE_GAMES #undef USE_GAMES /* since older Makefiles set the define */ #define USE_GAMES |