make oscillograph always be used, even in simulator since we have a stub

for it now


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2643 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2002-10-15 07:58:51 +00:00
parent b3438e8b68
commit 091155dda2

View file

@ -46,9 +46,7 @@ bool demo_menu(void)
struct menu_items items[] = {
{ str(LANG_BOUNCE), bounce },
{ str(LANG_SNOW), snow },
#ifndef SIMULATOR
{ "Oscillograph", oscillograph },
#endif
{ str(LANG_OSCILLOGRAPH), oscillograph },
{ str(LANG_CUBE), cube },
};