Remove redundant hourglass functions

This commit is contained in:
Chase
2020-01-21 17:11:19 -06:00
committed by Jon Trulson
parent 1aaf63f2a0
commit b46cfa7876
12 changed files with 36 additions and 740 deletions

View File

@@ -296,29 +296,4 @@ static unsigned char bits6_bits[] = {
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
#endif /* DTWM_NEED_BACKBITS */
/*
*
* Used to define the small hourglass and mask used to indicate
* a front panel wait state.
*
*/
#ifdef DTWM_NEED_TIME16
#define time16_x_hot 7
#define time16_y_hot 7
#define time16_width 14
#define time16_height 15
static unsigned char time16_bits[] = {
0x00, 0x00, 0xfe, 0x1f, 0xfe, 0x1f, 0x04, 0x0c, 0x54, 0x0d, 0xac, 0x0e,
0x58, 0x07, 0xb0, 0x03, 0x50, 0x03, 0x08, 0x06, 0x44, 0x0c, 0xa4, 0x0c,
0x54, 0x0d, 0xfe, 0x1f, 0xfe, 0x1f};
#define time16m_width 14
#define time16m_height 15
static unsigned char time16m_bits[] = {
0xff, 0x3f, 0xff, 0x3f, 0xff, 0x3f, 0x06, 0x1c, 0xfe, 0x1f, 0xfe, 0x1f,
0xfc, 0x0f, 0xf8, 0x07, 0x5c, 0x07, 0x0e, 0x0e, 0x66, 0x0c, 0xf6, 0x1c,
0xfe, 0x1f, 0xff, 0x3f, 0xff, 0x3f};
#endif /* DTWM_NEED_TIME16 */
/**************************** eof ***************************/