1
0
Fork 0
forked from len0rd/rockbox

Reduce memory usage so that we can include all messages on all platforms

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14997 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2007-10-05 21:28:43 +00:00
parent 1d7912955b
commit c27ae40ca2
2 changed files with 28 additions and 31 deletions

View file

@ -417,8 +417,6 @@ static char* messages[] =
"It's the triangle leg adjacent to an angle divided by the leg opposite it.",
"It's a bottle of nail polish remover.",
"You found netkit! Way to go, robot!",
/* Exclude some messages on targets with less RAM */
#if PLUGIN_BUFFER_SIZE > 0x8000
"It's the ASCII Floating Head of Seth David Schoen!",
"A frosted pink party-cake, half eaten.",
"A bitchin' homemade tesla coil.",
@ -449,5 +447,4 @@ static char* messages[] =
"The intermission from a 1930s silent movie.",
"It's an inverted billiard ball!",
"The spectre of Sherlock Holmes wills you onwards.",
#endif
};