summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2007-04-03 18:06:13 +0000
committerJens Arnold <amiconn@rockbox.org>2007-04-03 18:06:13 +0000
commit323d75d25f58f6e13c91fe1c42e974cc6fb54c19 (patch)
tree2779a96fdde5a9b10cd06eb2b7c1c4980a858320 /apps/plugin.c
parentbbe1eaf89ed2345af0ad5d865dcb1d2f58bf40bd (diff)
downloadrockbox-323d75d25f58f6e13c91fe1c42e974cc6fb54c19.tar.gz
rockbox-323d75d25f58f6e13c91fe1c42e974cc6fb54c19.zip
It's not necessary (anymore?) to map lcd_icon() to sim_lcd_icon() for the simulator. * Removed a stray lcd_icon() call from usb handling.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13006 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 90081cc07d..31de9fa56f 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -81,7 +81,7 @@ static const struct plugin_api rockbox_api = {
81 lcd_putc, 81 lcd_putc,
82 lcd_put_cursor, 82 lcd_put_cursor,
83 lcd_remove_cursor, 83 lcd_remove_cursor,
84 PREFIX(lcd_icon), 84 lcd_icon,
85 lcd_double_height, 85 lcd_double_height,
86#else 86#else
87 lcd_set_drawmode, 87 lcd_set_drawmode,