pull/4/head
DiSlord 5 years ago committed by erikkaashoek
parent dda9c2b408
commit 7e0d28bf67

@ -995,22 +995,6 @@ const uint8_t x10x14_bits[(127-wFONT_START_CHAR)*wFONT_GET_HEIGHT*2] =
_BMP16(0b0011111011100000), // | ***** *** |
// Char 'R', width = 12
/*
_BMP16(0b1111111110000000|CW_12), // |********* |
_BMP16(0b1111111111000000), // |********** |
_BMP16(0b1110000111100000), // |*** **** |
_BMP16(0b1110000011100000), // |*** *** |
_BMP16(0b1110000011100000), // |*** *** |
_BMP16(0b1110000111100000), // |*** **** |
_BMP16(0b1111111111000000), // |********** |
_BMP16(0b1111111110000000), // |********* |
_BMP16(0b1111111000000000), // |******* |
_BMP16(0b1110111100000000), // |*** **** |
_BMP16(0b1110011110000000), // |*** **** |
_BMP16(0b1110001111000000), // |*** **** |
_BMP16(0b1110000111100000), // |*** **** |
_BMP16(0b1110000011100000), // |*** *** |
*/
_BMP16(0b1111111100000000|CW_11), // |******** |
_BMP16(0b1111111110000000), // |********* |
_BMP16(0b1110001111000000), // |*** **** |

@ -1708,8 +1708,6 @@ int menu_is_form(const menuitem_t *menu)
return(false);
}
static void fetch_numeric_target(void);
static void menu_item_modify_attribute(
const menuitem_t *menu, int item, ui_button_t *button)
{

Loading…
Cancel
Save

Powered by TurnKey Linux.