Remove redundant hourglass functions
[oweals/cde.git] / cde / programs / dtwm / WmIBitmap.h
index 4978ba62fc410a6a7cc0777ecac7dbb22e558d16..e3971966e351d105e05aab1a8ad63d998f85882a 100644 (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    ***************************/