forked from len0rd/rockbox
Removed the 'repeat off' icon.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2553 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
227253cfe4
commit
6e9d574b2b
3 changed files with 0 additions and 6 deletions
|
|
@ -75,7 +75,6 @@ unsigned char bitmap_icons_7x8[][7] =
|
|||
{0x08,0x1c,0x3e,0x7f,0x1c,0x3e,0x7f}, /* Fast backward */
|
||||
{0x1c,0x3e,0x7f,0x7f,0x7f,0x3e,0x1c}, /* Record */
|
||||
{0x1c,0x3e,0x7f,0x00,0x7f,0x3e,0x1c}, /* Record pause */
|
||||
{0x08,0x08,0x08,0x08,0x3e,0x1c,0x08}, /* Normal playmode */
|
||||
{0x38,0x44,0x44,0x4e,0x5f,0x44,0x38}, /* Repeat playmode */
|
||||
{0x10,0x78,0x04,0x4e,0x5f,0x44,0x38}, /* Repeat-one playmode */
|
||||
{0x3e,0x41,0x51,0x41,0x45,0x41,0x3e}, /* Shuffle playmode (dice) */
|
||||
|
|
|
|||
|
|
@ -48,7 +48,6 @@ enum icons_7x8 {
|
|||
Icon_FastBackward,
|
||||
Icon_Record,
|
||||
Icon_RecPause,
|
||||
Icon_Normal,
|
||||
Icon_Repeat,
|
||||
Icon_RepeatOne,
|
||||
Icon_Shuffle,
|
||||
|
|
|
|||
|
|
@ -196,10 +196,6 @@ void status_draw(void)
|
|||
statusbar_icon_volume(volume);
|
||||
statusbar_icon_play_state(current_mode + Icon_Play);
|
||||
switch (global_settings.repeat_mode) {
|
||||
case REPEAT_OFF:
|
||||
statusbar_icon_play_mode(Icon_Normal);
|
||||
break;
|
||||
|
||||
case REPEAT_ONE:
|
||||
statusbar_icon_play_mode(Icon_RepeatOne);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue