diff options
author | Björn Stenberg <bjorn@haxx.se> | 2003-04-24 17:35:32 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2003-04-24 17:35:32 +0000 |
commit | c391a711e468b5ab0df1d33d9fadf86b28b94662 (patch) | |
tree | dc567693c6b1ce7ae0e47a9ea3614af4017ab103 /apps/options.h | |
parent | 7bb746b4fe2dbac87ca96773b3408d11ffb5006e (diff) |
Disabled demos to stay below 200KB
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3603 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/options.h')
-rw-r--r-- | apps/options.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/options.h b/apps/options.h index 24cd2ad58c..d321c8584d 100644 --- a/apps/options.h +++ b/apps/options.h @@ -25,6 +25,11 @@ #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 |