mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
slider_bar was obsolete
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4897 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
638dd6786a
commit
42d316e0c5
2 changed files with 0 additions and 14 deletions
|
|
@ -28,18 +28,6 @@
|
||||||
|
|
||||||
#include "icons.h"
|
#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] =
|
const unsigned char bitmap_icons_5x8[][5] =
|
||||||
{
|
{
|
||||||
/* Lock */
|
/* Lock */
|
||||||
|
|
|
||||||
|
|
@ -66,8 +66,6 @@ extern const unsigned char bitmap_icons_7x8[Icon_Last][7];
|
||||||
|
|
||||||
extern const unsigned char rockbox112x37[];
|
extern const unsigned char rockbox112x37[];
|
||||||
|
|
||||||
extern const unsigned char slider_bar[];
|
|
||||||
|
|
||||||
#define STATUSBAR_X_POS 0
|
#define STATUSBAR_X_POS 0
|
||||||
#define STATUSBAR_Y_POS 0 /* MUST be a multiple of 8 */
|
#define STATUSBAR_Y_POS 0 /* MUST be a multiple of 8 */
|
||||||
#define STATUSBAR_HEIGHT 8
|
#define STATUSBAR_HEIGHT 8
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue