diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2003-06-10 23:12:19 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2003-06-10 23:12:19 +0000 |
| commit | 05b696dbcb1c9ae4159ffaadcb72e5b5bc482cca (patch) | |
| tree | af42899aaf4bdceef1a78600fe88e2fa63e57449 /apps | |
| parent | 0eaf4103f2f6c3f206709793511e74e16d6981a6 (diff) | |
| download | rockbox-05b696dbcb1c9ae4159ffaadcb72e5b5bc482cca.zip rockbox-05b696dbcb1c9ae4159ffaadcb72e5b5bc482cca.tar.gz rockbox-05b696dbcb1c9ae4159ffaadcb72e5b5bc482cca.tar.bz2 rockbox-05b696dbcb1c9ae4159ffaadcb72e5b5bc482cca.tar.xz | |
re-enabled the demos
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3741 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -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 |