diff src/offix-cursors.h @ 243:f220cc83d72e r20-5b20

Import from CVS: tag r20-5b20
author cvs
date Mon, 13 Aug 2007 10:17:07 +0200
parents acd284d43ca1
children
line wrap: on
line diff
--- a/src/offix-cursors.h	Mon Aug 13 10:16:17 2007 +0200
+++ b/src/offix-cursors.h	Mon Aug 13 10:17:07 2007 +0200
@@ -44,10 +44,12 @@
 #define cursor_height 16
 #define cursor_x_hot 0
 #define cursor_y_hot 0
+#if 0 /* unused */
 static unsigned char cursor_bits[] = {
    0x00, 0x00, 0x02, 0x00, 0x06, 0x00, 0x0e, 0x00, 0x1e, 0x00, 0x3e, 0x00,
    0x7e, 0x00, 0xfe, 0x00, 0xfe, 0x01, 0x3e, 0x00, 0x36, 0x00, 0x62, 0x00,
    0x60, 0x00, 0xc0, 0x00, 0xc0, 0x00, 0x00, 0x00};
+#endif /* unused */
 #define dir_width 42
 #define dir_height 24
 #define dir_x_hot 1