forked from len0rd/rockbox
Removed extra const
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4988 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3a77069878
commit
87ab7cef11
1 changed files with 30 additions and 30 deletions
|
@ -264,7 +264,7 @@ const unsigned char clocklogo[] = {
|
||||||
/******************
|
/******************
|
||||||
* Time's Up bitmap
|
* Time's Up bitmap
|
||||||
*****************/
|
*****************/
|
||||||
const const unsigned char timesup[] = {
|
const unsigned char timesup[] = {
|
||||||
0x78, 0x78, 0x78, 0x38, 0x08, 0x08, 0xf8, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0x04,
|
0x78, 0x78, 0x78, 0x38, 0x08, 0x08, 0xf8, 0xfc, 0xfc, 0xfc, 0xfc, 0xfc, 0x04,
|
||||||
0x04, 0x04, 0x0c, 0x3c, 0x3c, 0x3c, 0x04, 0x04, 0x04, 0xfc, 0xfc, 0xfc, 0xfc,
|
0x04, 0x04, 0x0c, 0x3c, 0x3c, 0x3c, 0x04, 0x04, 0x04, 0xfc, 0xfc, 0xfc, 0xfc,
|
||||||
0xfe, 0xfe, 0x06, 0x03, 0x03, 0x05, 0x05, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff,
|
0xfe, 0xfe, 0x06, 0x03, 0x03, 0x05, 0x05, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue