summaryrefslogtreecommitdiff
path: root/apps/recorder/icons.c
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2003-04-23 11:26:25 +0000
committerBjörn Stenberg <bjorn@haxx.se>2003-04-23 11:26:25 +0000
commit942bc9449ea587fc3d50a468da56df32baf0748f (patch)
treeca3731dfb763dbb299fe0edb41fa019263b588a0 /apps/recorder/icons.c
parent10fd7b6c3b3ed8bfd15ec1a6b67aaff3c4cf2a69 (diff)
downloadrockbox-942bc9449ea587fc3d50a468da56df32baf0748f.tar.gz
rockbox-942bc9449ea587fc3d50a468da56df32baf0748f.zip
Only redraw the status line when info actually changed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3588 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/icons.c')
-rw-r--r--apps/recorder/icons.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c
index c8fe622d6a..af0352094f 100644
--- a/apps/recorder/icons.c
+++ b/apps/recorder/icons.c
@@ -139,14 +139,6 @@ unsigned char rockbox112x37[]={
139}; 139};
140 140
141/* 141/*
142 * Wipe statusbar
143 */
144void statusbar_wipe(void)
145{
146 lcd_clearrect(0,0,LCD_WIDTH,8);
147}
148
149/*
150 * Print battery icon to status bar 142 * Print battery icon to status bar
151 */ 143 */
152void statusbar_icon_battery(int percent, bool charging) 144void statusbar_icon_battery(int percent, bool charging)