diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2002-07-22 22:59:06 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2002-07-22 22:59:06 +0000 |
commit | 87bc1f42846ff1c84eb95c9e334bd07780c06ab3 (patch) | |
tree | 0f70650875b8faf20654258e2e7c1d2249bdd71c /apps | |
parent | fe689a8541e294c472d111759e334d3814bfc5ba (diff) |
Removed simulator warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1409 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r-- | apps/status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/status.c b/apps/status.c index 6af04771c4..1ff3f926d8 100644 --- a/apps/status.c +++ b/apps/status.c @@ -38,7 +38,7 @@ void status_set_playmode(enum playmode mode) void status_draw(void) { -#ifdef HAVE_LCD_CHARCELLS +#if defined(HAVE_LCD_CHARCELLS) && !defined(SIMULATOR) int battlevel = battery_level(); lcd_icon(ICON_BATTERY, true); |