diff options
author | Jens Arnold <amiconn@rockbox.org> | 2004-07-20 08:46:27 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2004-07-20 08:46:27 +0000 |
commit | 42d316e0c514ff391a7391b999f7351e1dc9311b (patch) | |
tree | 31e1238ccf5e9efcb91785a9840bc9267a6f1917 /apps/recorder/icons.c | |
parent | 638dd6786a75e5d3e87a9e04f80138d80665f230 (diff) |
slider_bar was obsolete
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4897 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/icons.c')
-rw-r--r-- | apps/recorder/icons.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c index 41e584ed35..7cfefa49d0 100644 --- a/apps/recorder/icons.c +++ b/apps/recorder/icons.c @@ -28,18 +28,6 @@ #include "icons.h" -const unsigned char slider_bar[] = -{ - 0x38, 0x28, 0x28, 0x28, 0x28, - 0x7c, 0x28, 0x28, 0x28, 0x28, - 0x7c, 0x28, 0x28, 0x28, 0x28, - 0x7c, 0x28, 0x28, 0x28, 0x28, - 0x7c, 0x28, 0x28, 0x28, 0x28, - 0x7c, 0x28, 0x28, 0x28, 0x28, - 0x7c, 0x28, 0x28, 0x28, 0x28, - 0x7c, 0x28, 0x28, 0x28, 0x28, 0x38 -}; - const unsigned char bitmap_icons_5x8[][5] = { /* Lock */ |