Remove redundant motif widgets
authorchase <chase@localhost.com>
Sat, 28 Jul 2018 01:39:03 +0000 (20:39 -0500)
committerJon Trulson <jon@radscan.com>
Sun, 29 Jul 2018 22:52:44 +0000 (16:52 -0600)
33 files changed:
cde/databases/CDE-ICONS.udb
cde/programs/dtcm/dtcm/Imakefile
cde/programs/dtcm/dtcm/misc.c
cde/programs/dtcm/dtcm/xm_error_xbm [deleted file]
cde/programs/dtcm/dtcm/xm_information_xbm [deleted file]
cde/programs/dtcm/dtcm/xm_question_xbm [deleted file]
cde/programs/dtcm/dtcm/xm_warning_xbm [deleted file]
cde/programs/dtinfo/dtinfo/install/lib/bitmaps/Imakefile
cde/programs/dtinfo/dtinfo/install/lib/bitmaps/xm_hour16 [deleted file]
cde/programs/dtinfo/dtinfo/install/lib/bitmaps/xm_hour16m [deleted file]
cde/programs/dtinfo/dtinfo/install/lib/bitmaps/xm_hour32 [deleted file]
cde/programs/dtinfo/dtinfo/install/lib/bitmaps/xm_hour32m [deleted file]
cde/programs/dtinfo/dtinfo/install/lib/bitmaps/xm_noenter16 [deleted file]
cde/programs/dtinfo/dtinfo/install/lib/bitmaps/xm_noenter16m [deleted file]
cde/programs/dtinfo/dtinfo/install/lib/bitmaps/xm_noenter32 [deleted file]
cde/programs/dtinfo/dtinfo/install/lib/bitmaps/xm_noenter32m [deleted file]
cde/programs/dtinfo/dtinfo/src/bitmaps/Imakefile
cde/programs/dtinfo/dtinfo/src/bitmaps/xm_hour16 [deleted file]
cde/programs/dtinfo/dtinfo/src/bitmaps/xm_hour16m [deleted file]
cde/programs/dtinfo/dtinfo/src/bitmaps/xm_hour32 [deleted file]
cde/programs/dtinfo/dtinfo/src/bitmaps/xm_hour32m [deleted file]
cde/programs/dtinfo/dtinfo/src/bitmaps/xm_noenter16 [deleted file]
cde/programs/dtinfo/dtinfo/src/bitmaps/xm_noenter16m [deleted file]
cde/programs/dtinfo/dtinfo/src/bitmaps/xm_noenter32 [deleted file]
cde/programs/dtinfo/dtinfo/src/bitmaps/xm_noenter32m [deleted file]
cde/programs/icons/xm_hour16 [deleted file]
cde/programs/icons/xm_hour16m [deleted file]
cde/programs/icons/xm_hour32 [deleted file]
cde/programs/icons/xm_hour32m [deleted file]
cde/programs/icons/xm_noenter16 [deleted file]
cde/programs/icons/xm_noenter16m [deleted file]
cde/programs/icons/xm_noenter32 [deleted file]
cde/programs/icons/xm_noenter32m [deleted file]

index acaa574e8db0ea96374475aaaac05e5bcd396405..3da755909e45cfdcaf3f3ee6ecc0bde32be8c649 100644 (file)
@@ -7110,46 +7110,6 @@ programs/icons/web_browse_ins.xbm
        install_target = /usr/dt/appconfig/icons/C/web_browse_ins.xbm
 }
 #
-programs/icons/xm_hour16
-{ default
-       install_target = /usr/dt/appconfig/icons/C/xm_hour16
-}
-#
-programs/icons/xm_hour16m
-{ default
-       install_target = /usr/dt/appconfig/icons/C/xm_hour16m
-}
-#
-programs/icons/xm_hour32
-{ default
-       install_target = /usr/dt/appconfig/icons/C/xm_hour32
-}
-#
-programs/icons/xm_hour32m
-{ default
-       install_target = /usr/dt/appconfig/icons/C/xm_hour32m
-}
-#
-programs/icons/xm_noenter16
-{ default
-       install_target = /usr/dt/appconfig/icons/C/xm_noenter16
-}
-#
-programs/icons/xm_noenter16m
-{ default
-       install_target = /usr/dt/appconfig/icons/C/xm_noenter16m
-}
-#
-programs/icons/xm_noenter32
-{ default
-       install_target = /usr/dt/appconfig/icons/C/xm_noenter32
-}
-#
-programs/icons/xm_noenter32m
-{ default
-       install_target = /usr/dt/appconfig/icons/C/xm_noenter32m
-}
-#
 programs/dtpdm/landscap.pm
 { default
        install_target = /usr/dt/appconfig/icons/C/landscap.pm
index 96252b42cca03c386e7038ff3e8240fa58421fa4..22a106d846bdbc8d8e58a0c160b65a231fa7bcbf 100644 (file)
@@ -113,9 +113,7 @@ ICONS = \
        compose.mask.icon       contract_xbm \
        drag_mask_xbm           drag_xbm \
        expand_xbm              icon_pixmap_xbm \
-       postup_xbm              xm_error_xbm \
-       xm_information_xbm      xm_question_xbm \
-       xm_warning_xbm
+       postup_xbm
 
 ComplexProgramTarget_1($(PROG1),$(LOCAL_LIBRARIES),)
 ComplexProgramTarget_2($(PROG2),$(TTY_LIBRARIES),)
index 55d563a2555a64b4654a75ab67567cd1cbf8eb03..eea23dd3d98d22e44a8ae0e457dce96c565ff0cd 100644 (file)
 #include "contract_xbm"
 #include "expand_xbm"
 #include "postup_xbm"
-#include "xm_error_xbm"
-#include "xm_information_xbm"
-#include "xm_question_xbm"
-#include "xm_warning_xbm"
+#include <X11/bitmaps/xm_error>
+#include <X11/bitmaps/xm_information>
+#include <X11/bitmaps/xm_question>
+#include <X11/bitmaps/xm_warning>
 
 /*******************************************************************************
 **
@@ -562,23 +562,23 @@ create_all_pixmaps(Props_pu *p, Widget w)
         if (XmInstallImage(&pui, "postup_pixmap"))
                 p->postup_pixmap = XmGetPixmap(s, "postup_pixmap", fg, bg);
 
-        fill_pixmap(&eri, xm_error_xbm_width, xm_error_xbm_height,
-                xm_error_xbm_bits);
+        fill_pixmap(&eri, xm_error_width, xm_error_height,
+                xm_error_bits);
         if (XmInstallImage(&eri, "err_pixmap"))
                 p->xm_error_pixmap = XmGetPixmap(s, "err_pixmap", fg, bg);
-        fill_pixmap(&ii, xm_information_xbm_width, xm_information_xbm_height,
-                xm_information_xbm_bits);
+
+        fill_pixmap(&ii, xm_information_width, xm_information_height,
+                xm_information_bits);
         if (XmInstallImage(&ii, "info_pixmap"))
                 p->xm_info_pixmap = XmGetPixmap(s, "info_pixmap", fg, bg);
-        fill_pixmap(&qi, xm_question_xbm_width, xm_question_xbm_height,
-                xm_question_xbm_bits);
+
+        fill_pixmap(&qi, xm_question_width, xm_question_height,
+                xm_question_bits);
         if (XmInstallImage(&qi, "q_pixmap"))
                 p->xm_question_pixmap = XmGetPixmap(s, "q_pixmap", fg, bg);
-        fill_pixmap(&wi, xm_warning_xbm_width, xm_warning_xbm_height,
-                xm_warning_xbm_bits);
+
+        fill_pixmap(&wi, xm_warning_width, xm_warning_height,
+                xm_warning_bits);
         if (XmInstallImage(&wi, "w_pixmap"))
                 p->xm_warning_pixmap = XmGetPixmap(s, "w_pixmap", fg, bg);
 
diff --git a/cde/programs/dtcm/dtcm/xm_error_xbm b/cde/programs/dtcm/dtcm/xm_error_xbm
deleted file mode 100644 (file)
index eff6b55..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-/* $XConsortium: xm_error_xbm /main/2 1995/07/19 16:49:51 drk $ */
-#define xm_error_xbm_width 20
-#define xm_error_xbm_height 20
-static unsigned char xm_error_xbm_bits[] = {
-   0x00, 0x00, 0x00, 0xc0, 0x0f, 0x00, 0xf0, 0x3a, 0x00, 0x58, 0x55, 0x00,
-   0x2c, 0xa0, 0x00, 0x56, 0x40, 0x01, 0xaa, 0x80, 0x02, 0x46, 0x81, 0x01,
-   0x8a, 0x82, 0x02, 0x06, 0x85, 0x01, 0x0a, 0x8a, 0x02, 0x06, 0x94, 0x01,
-   0x0a, 0xe8, 0x02, 0x14, 0x50, 0x01, 0x28, 0xb0, 0x00, 0xd0, 0x5f, 0x00,
-   0xa0, 0x2a, 0x00, 0x40, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
diff --git a/cde/programs/dtcm/dtcm/xm_information_xbm b/cde/programs/dtcm/dtcm/xm_information_xbm
deleted file mode 100644 (file)
index 996fa98..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-/* $XConsortium: xm_information_xbm /main/2 1995/07/19 16:50:01 drk $ */
-#define xm_information_xbm_width 11
-#define xm_information_xbm_height 24
-static unsigned char xm_information_xbm_bits[] = {
-   0x00, 0x00, 0x78, 0x00, 0x54, 0x00, 0x2c, 0x00, 0x54, 0x00, 0x28, 0x00,
-   0x00, 0x00, 0x00, 0x00, 0x7e, 0x00, 0x2a, 0x00, 0x5c, 0x00, 0x28, 0x00,
-   0x58, 0x00, 0x28, 0x00, 0x58, 0x00, 0x28, 0x00, 0x58, 0x00, 0x28, 0x00,
-   0x58, 0x00, 0xae, 0x01, 0x56, 0x01, 0xaa, 0x00, 0x00, 0x00, 0x00, 0x00};
diff --git a/cde/programs/dtcm/dtcm/xm_question_xbm b/cde/programs/dtcm/dtcm/xm_question_xbm
deleted file mode 100644 (file)
index 04fbcfd..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-/* $XConsortium: xm_question_xbm /main/2 1995/07/19 16:50:11 drk $ */
-#define xm_question_xbm_width 22
-#define xm_question_xbm_height 22
-static unsigned char xm_question_xbm_bits[] = {
-   0xf0, 0x3f, 0x00, 0x58, 0x55, 0x00, 0xac, 0xaa, 0x00, 0xd6, 0x5f, 0x01,
-   0xea, 0xbf, 0x02, 0xf6, 0x7f, 0x01, 0xea, 0xba, 0x02, 0xf6, 0x7d, 0x05,
-   0xea, 0xba, 0x0a, 0x56, 0x7d, 0x15, 0xaa, 0xbe, 0x1e, 0x56, 0x5f, 0x01,
-   0xac, 0xaf, 0x02, 0x58, 0x57, 0x01, 0xb0, 0xaf, 0x00, 0x60, 0x55, 0x01,
-   0xa0, 0xaa, 0x00, 0x60, 0x17, 0x00, 0xa0, 0x2f, 0x00, 0x60, 0x17, 0x00,
-   0xb0, 0x2a, 0x00, 0x50, 0x55, 0x00};
diff --git a/cde/programs/dtcm/dtcm/xm_warning_xbm b/cde/programs/dtcm/dtcm/xm_warning_xbm
deleted file mode 100644 (file)
index 2acf9f9..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-/* $XConsortium: xm_warning_xbm /main/2 1995/07/19 16:50:29 drk $ */
-#define xm_warning_xbm_width 9
-#define xm_warning_xbm_height 22
-static unsigned char xm_warning_xbm_bits[] = {
-   0x00, 0x00, 0x18, 0x00, 0x2c, 0x00, 0x56, 0x00, 0x2a, 0x00, 0x56, 0x00,
-   0x2a, 0x00, 0x56, 0x00, 0x2c, 0x00, 0x14, 0x00, 0x2c, 0x00, 0x14, 0x00,
-   0x2c, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3c, 0x00, 0x14, 0x00,
-   0x2c, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00};
index 123284e690eb24eda3fff0234469045a998b0c06..5ac817081a58b02c322812aab6637a200ba20f8e 100644 (file)
@@ -29,15 +29,7 @@ quit.xbm \
 search.xbm \
 search_ins.xbm \
 semilocked.xbm \
-unlocked.xbm \
-xm_hour16 \
-xm_hour16m \
-xm_hour32 \
-xm_hour32m \
-xm_noenter16 \
-xm_noenter16m \
-xm_noenter32 \
-xm_noenter32m 
+unlocked.xbm
 
 XCOMM The last dir level for install is for language, default C
 InstallMultiple($(FILES),$(INSTALL_BITMAPS_DIR)/C)
diff --git a/cde/programs/dtinfo/dtinfo/install/lib/bitmaps/xm_hour16 b/cde/programs/dtinfo/dtinfo/install/lib/bitmaps/xm_hour16
deleted file mode 100644 (file)
index 46667ac..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#define hour16_x_hot 7
-#define hour16_y_hot 7
-#define hour16_width 16
-#define hour16_height 16
-static char hour16_bits[] = {
-   0x00, 0x00, 0xfe, 0x7f, 0x14, 0x28, 0x14, 0x28, 0x14, 0x28, 0x24, 0x24,
-   0x44, 0x22, 0x84, 0x21, 0x84, 0x21, 0x44, 0x22, 0x24, 0x24, 0x14, 0x28,
-   0x94, 0x29, 0xd4, 0x2b, 0xfe, 0x7f, 0x00, 0x00};
diff --git a/cde/programs/dtinfo/dtinfo/install/lib/bitmaps/xm_hour16m b/cde/programs/dtinfo/dtinfo/install/lib/bitmaps/xm_hour16m
deleted file mode 100644 (file)
index 57f5320..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#define hour16m_width 16
-#define hour16m_height 16
-static char hour16m_bits[] = {
-   0xff, 0xff, 0xff, 0xff, 0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f,
-   0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f,
-   0xfe, 0x7f, 0xfe, 0x7f, 0xff, 0xff, 0xff, 0xff};
diff --git a/cde/programs/dtinfo/dtinfo/install/lib/bitmaps/xm_hour32 b/cde/programs/dtinfo/dtinfo/install/lib/bitmaps/xm_hour32
deleted file mode 100644 (file)
index db5126a..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#define hour32_width 32
-#define hour32_height 32
-#define hour32_x_hot 15
-#define hour32_y_hot 15
-static char hour32_bits[] = {
-   0x00, 0x00, 0x00, 0x00, 0xfe, 0xff, 0xff, 0x7f, 0xfe, 0xff, 0xff, 0x7f,
-   0x8c, 0x00, 0x00, 0x31, 0x4c, 0x00, 0x00, 0x32, 0x4c, 0x00, 0x00, 0x32,
-   0x4c, 0x00, 0x00, 0x32, 0x4c, 0x00, 0x00, 0x32, 0x4c, 0x00, 0x00, 0x32,
-   0x8c, 0x00, 0x00, 0x31, 0x0c, 0x7f, 0xfe, 0x30, 0x0c, 0xfe, 0x7f, 0x30,
-   0x0c, 0xfc, 0x3f, 0x30, 0x0c, 0xf8, 0x1f, 0x30, 0x0c, 0xe0, 0x07, 0x30,
-   0x0c, 0x80, 0x01, 0x30, 0x0c, 0x80, 0x01, 0x30, 0x0c, 0x60, 0x06, 0x30,
-   0x0c, 0x18, 0x18, 0x30, 0x0c, 0x04, 0x20, 0x30, 0x0c, 0x02, 0x40, 0x30,
-   0x0c, 0x01, 0x80, 0x30, 0x8c, 0x00, 0x00, 0x31, 0x4c, 0x80, 0x01, 0x32,
-   0x4c, 0xc0, 0x03, 0x32, 0x4c, 0xf0, 0x1f, 0x32, 0x4c, 0xff, 0xff, 0x32,
-   0xcc, 0xff, 0xff, 0x33, 0x8c, 0xff, 0xff, 0x31, 0xfe, 0xff, 0xff, 0x7f,
-   0xfe, 0xff, 0xff, 0x7f, 0x00, 0x00, 0x00, 0x00};
diff --git a/cde/programs/dtinfo/dtinfo/install/lib/bitmaps/xm_hour32m b/cde/programs/dtinfo/dtinfo/install/lib/bitmaps/xm_hour32m
deleted file mode 100644 (file)
index 391e6ba..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#define hour32m_width 32
-#define hour32m_height 32
-static char hour32m_bits[] = {
-   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
-   0xcf, 0x00, 0x00, 0xf3, 0x6e, 0x00, 0x00, 0x76, 0x6e, 0x00, 0x00, 0x76,
-   0x6e, 0x00, 0x00, 0x76, 0x6e, 0x00, 0x00, 0x76, 0x6e, 0x00, 0x00, 0x76,
-   0xce, 0x00, 0x00, 0x73, 0x8e, 0x7f, 0xfe, 0x71, 0x0e, 0xff, 0xff, 0x70,
-   0x0e, 0xfe, 0x7f, 0x70, 0x0e, 0xfc, 0x3f, 0x70, 0x0e, 0xf8, 0x1f, 0x70,
-   0x0e, 0xe0, 0x07, 0x70, 0x0e, 0xe0, 0x07, 0x70, 0x0e, 0x78, 0x1e, 0x70,
-   0x0e, 0x1c, 0x38, 0x70, 0x0e, 0x06, 0x60, 0x70, 0x0e, 0x03, 0xc0, 0x70,
-   0x8e, 0x01, 0x80, 0x71, 0xce, 0x00, 0x00, 0x73, 0x6e, 0x80, 0x01, 0x76,
-   0x6e, 0xc0, 0x03, 0x76, 0x6e, 0xf0, 0x1f, 0x76, 0x6e, 0xff, 0xff, 0x76,
-   0xee, 0xff, 0xff, 0x77, 0xcf, 0xff, 0xff, 0xf3, 0xff, 0xff, 0xff, 0xff,
-   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
diff --git a/cde/programs/dtinfo/dtinfo/install/lib/bitmaps/xm_noenter16 b/cde/programs/dtinfo/dtinfo/install/lib/bitmaps/xm_noenter16
deleted file mode 100644 (file)
index ea7fef5..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#define noenter16_width 16
-#define noenter16_height 16
-#define noenter16_x_hot 7
-#define noenter16_y_hot 7
-static char noenter16_bits[] = {
-   0x00, 0x00, 0xc0, 0x03, 0xf0, 0x0f, 0xf8, 0x1f, 0xfc, 0x3f, 0xfc, 0x3f,
-   0xfe, 0x7f, 0x02, 0x40, 0x02, 0x40, 0xfe, 0x7f, 0xfc, 0x3f, 0xfc, 0x3f,
-   0xf8, 0x1f, 0xf0, 0x0f, 0xc0, 0x03, 0x00, 0x00};
diff --git a/cde/programs/dtinfo/dtinfo/install/lib/bitmaps/xm_noenter16m b/cde/programs/dtinfo/dtinfo/install/lib/bitmaps/xm_noenter16m
deleted file mode 100644 (file)
index 5975ddc..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#define noenter16m_width 16
-#define noenter16m_height 16
-static char noenter16m_bits[] = {
-   0xc0, 0x03, 0xf0, 0x0f, 0xf8, 0x1f, 0xfc, 0x3f, 0xfe, 0x7f, 0xfe, 0x7f,
-   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x7f, 0xfe, 0x7f,
-   0xfc, 0x3f, 0xf8, 0x1f, 0xf0, 0x0f, 0xc0, 0x03};
diff --git a/cde/programs/dtinfo/dtinfo/install/lib/bitmaps/xm_noenter32 b/cde/programs/dtinfo/dtinfo/install/lib/bitmaps/xm_noenter32
deleted file mode 100644 (file)
index b1fb280..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#define noenter32_width 32
-#define noenter32_height 32
-#define noenter32_x_hot 15
-#define noenter32_y_hot 15
-static char noenter32_bits[] = {
-   0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x07, 0x00, 0x00, 0xfc, 0x3f, 0x00,
-   0x00, 0xff, 0xff, 0x00, 0x80, 0xff, 0xff, 0x01, 0xc0, 0xff, 0xff, 0x03,
-   0xe0, 0xff, 0xff, 0x07, 0xf0, 0xff, 0xff, 0x0f, 0xf8, 0xff, 0xff, 0x1f,
-   0xf8, 0xff, 0xff, 0x1f, 0xfc, 0xff, 0xff, 0x3f, 0xfc, 0xff, 0xff, 0x3f,
-   0xfc, 0xff, 0xff, 0x3f, 0x06, 0x00, 0x00, 0x60, 0x06, 0x00, 0x00, 0x60,
-   0x06, 0x00, 0x00, 0x60, 0x06, 0x00, 0x00, 0x60, 0x06, 0x00, 0x00, 0x60,
-   0x06, 0x00, 0x00, 0x60, 0xfc, 0xff, 0xff, 0x3f, 0xfc, 0xff, 0xff, 0x3f,
-   0xfc, 0xff, 0xff, 0x3f, 0xf8, 0xff, 0xff, 0x1f, 0xf8, 0xff, 0xff, 0x1f,
-   0xf0, 0xff, 0xff, 0x0f, 0xe0, 0xff, 0xff, 0x07, 0xc0, 0xff, 0xff, 0x03,
-   0x80, 0xff, 0xff, 0x01, 0x00, 0xff, 0xff, 0x00, 0x00, 0xfc, 0x3f, 0x00,
-   0x00, 0xe0, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00};
diff --git a/cde/programs/dtinfo/dtinfo/install/lib/bitmaps/xm_noenter32m b/cde/programs/dtinfo/dtinfo/install/lib/bitmaps/xm_noenter32m
deleted file mode 100644 (file)
index b274629..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#define noenter32m_width 32
-#define noenter32m_height 32
-static char noenter32m_bits[] = {
-   0x00, 0xe0, 0x07, 0x00, 0x00, 0xfc, 0x3f, 0x00, 0x00, 0xff, 0xff, 0x00,
-   0x80, 0xff, 0xff, 0x01, 0xc0, 0xff, 0xff, 0x03, 0xe0, 0xff, 0xff, 0x07,
-   0xf0, 0xff, 0xff, 0x0f, 0xf8, 0xff, 0xff, 0x1f, 0xfc, 0xff, 0xff, 0x3f,
-   0xfc, 0xff, 0xff, 0x3f, 0xfe, 0xff, 0xff, 0x7f, 0xfe, 0xff, 0xff, 0x7f,
-   0xfe, 0xff, 0xff, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
-   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
-   0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0x7f, 0xfe, 0xff, 0xff, 0x7f,
-   0xfe, 0xff, 0xff, 0x7f, 0xfc, 0xff, 0xff, 0x3f, 0xfc, 0xff, 0xff, 0x3f,
-   0xf8, 0xff, 0xff, 0x1f, 0xf0, 0xff, 0xff, 0x0f, 0xe0, 0xff, 0xff, 0x07,
-   0xc0, 0xff, 0xff, 0x03, 0x80, 0xff, 0xff, 0x01, 0x00, 0xff, 0xff, 0x00,
-   0x00, 0xfc, 0x3f, 0x00, 0x00, 0xe0, 0x07, 0x00};
index 123284e690eb24eda3fff0234469045a998b0c06..5ac817081a58b02c322812aab6637a200ba20f8e 100644 (file)
@@ -29,15 +29,7 @@ quit.xbm \
 search.xbm \
 search_ins.xbm \
 semilocked.xbm \
-unlocked.xbm \
-xm_hour16 \
-xm_hour16m \
-xm_hour32 \
-xm_hour32m \
-xm_noenter16 \
-xm_noenter16m \
-xm_noenter32 \
-xm_noenter32m 
+unlocked.xbm
 
 XCOMM The last dir level for install is for language, default C
 InstallMultiple($(FILES),$(INSTALL_BITMAPS_DIR)/C)
diff --git a/cde/programs/dtinfo/dtinfo/src/bitmaps/xm_hour16 b/cde/programs/dtinfo/dtinfo/src/bitmaps/xm_hour16
deleted file mode 100644 (file)
index 46667ac..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#define hour16_x_hot 7
-#define hour16_y_hot 7
-#define hour16_width 16
-#define hour16_height 16
-static char hour16_bits[] = {
-   0x00, 0x00, 0xfe, 0x7f, 0x14, 0x28, 0x14, 0x28, 0x14, 0x28, 0x24, 0x24,
-   0x44, 0x22, 0x84, 0x21, 0x84, 0x21, 0x44, 0x22, 0x24, 0x24, 0x14, 0x28,
-   0x94, 0x29, 0xd4, 0x2b, 0xfe, 0x7f, 0x00, 0x00};
diff --git a/cde/programs/dtinfo/dtinfo/src/bitmaps/xm_hour16m b/cde/programs/dtinfo/dtinfo/src/bitmaps/xm_hour16m
deleted file mode 100644 (file)
index 57f5320..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#define hour16m_width 16
-#define hour16m_height 16
-static char hour16m_bits[] = {
-   0xff, 0xff, 0xff, 0xff, 0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f,
-   0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f,
-   0xfe, 0x7f, 0xfe, 0x7f, 0xff, 0xff, 0xff, 0xff};
diff --git a/cde/programs/dtinfo/dtinfo/src/bitmaps/xm_hour32 b/cde/programs/dtinfo/dtinfo/src/bitmaps/xm_hour32
deleted file mode 100644 (file)
index db5126a..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#define hour32_width 32
-#define hour32_height 32
-#define hour32_x_hot 15
-#define hour32_y_hot 15
-static char hour32_bits[] = {
-   0x00, 0x00, 0x00, 0x00, 0xfe, 0xff, 0xff, 0x7f, 0xfe, 0xff, 0xff, 0x7f,
-   0x8c, 0x00, 0x00, 0x31, 0x4c, 0x00, 0x00, 0x32, 0x4c, 0x00, 0x00, 0x32,
-   0x4c, 0x00, 0x00, 0x32, 0x4c, 0x00, 0x00, 0x32, 0x4c, 0x00, 0x00, 0x32,
-   0x8c, 0x00, 0x00, 0x31, 0x0c, 0x7f, 0xfe, 0x30, 0x0c, 0xfe, 0x7f, 0x30,
-   0x0c, 0xfc, 0x3f, 0x30, 0x0c, 0xf8, 0x1f, 0x30, 0x0c, 0xe0, 0x07, 0x30,
-   0x0c, 0x80, 0x01, 0x30, 0x0c, 0x80, 0x01, 0x30, 0x0c, 0x60, 0x06, 0x30,
-   0x0c, 0x18, 0x18, 0x30, 0x0c, 0x04, 0x20, 0x30, 0x0c, 0x02, 0x40, 0x30,
-   0x0c, 0x01, 0x80, 0x30, 0x8c, 0x00, 0x00, 0x31, 0x4c, 0x80, 0x01, 0x32,
-   0x4c, 0xc0, 0x03, 0x32, 0x4c, 0xf0, 0x1f, 0x32, 0x4c, 0xff, 0xff, 0x32,
-   0xcc, 0xff, 0xff, 0x33, 0x8c, 0xff, 0xff, 0x31, 0xfe, 0xff, 0xff, 0x7f,
-   0xfe, 0xff, 0xff, 0x7f, 0x00, 0x00, 0x00, 0x00};
diff --git a/cde/programs/dtinfo/dtinfo/src/bitmaps/xm_hour32m b/cde/programs/dtinfo/dtinfo/src/bitmaps/xm_hour32m
deleted file mode 100644 (file)
index 391e6ba..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#define hour32m_width 32
-#define hour32m_height 32
-static char hour32m_bits[] = {
-   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
-   0xcf, 0x00, 0x00, 0xf3, 0x6e, 0x00, 0x00, 0x76, 0x6e, 0x00, 0x00, 0x76,
-   0x6e, 0x00, 0x00, 0x76, 0x6e, 0x00, 0x00, 0x76, 0x6e, 0x00, 0x00, 0x76,
-   0xce, 0x00, 0x00, 0x73, 0x8e, 0x7f, 0xfe, 0x71, 0x0e, 0xff, 0xff, 0x70,
-   0x0e, 0xfe, 0x7f, 0x70, 0x0e, 0xfc, 0x3f, 0x70, 0x0e, 0xf8, 0x1f, 0x70,
-   0x0e, 0xe0, 0x07, 0x70, 0x0e, 0xe0, 0x07, 0x70, 0x0e, 0x78, 0x1e, 0x70,
-   0x0e, 0x1c, 0x38, 0x70, 0x0e, 0x06, 0x60, 0x70, 0x0e, 0x03, 0xc0, 0x70,
-   0x8e, 0x01, 0x80, 0x71, 0xce, 0x00, 0x00, 0x73, 0x6e, 0x80, 0x01, 0x76,
-   0x6e, 0xc0, 0x03, 0x76, 0x6e, 0xf0, 0x1f, 0x76, 0x6e, 0xff, 0xff, 0x76,
-   0xee, 0xff, 0xff, 0x77, 0xcf, 0xff, 0xff, 0xf3, 0xff, 0xff, 0xff, 0xff,
-   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
diff --git a/cde/programs/dtinfo/dtinfo/src/bitmaps/xm_noenter16 b/cde/programs/dtinfo/dtinfo/src/bitmaps/xm_noenter16
deleted file mode 100644 (file)
index ea7fef5..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#define noenter16_width 16
-#define noenter16_height 16
-#define noenter16_x_hot 7
-#define noenter16_y_hot 7
-static char noenter16_bits[] = {
-   0x00, 0x00, 0xc0, 0x03, 0xf0, 0x0f, 0xf8, 0x1f, 0xfc, 0x3f, 0xfc, 0x3f,
-   0xfe, 0x7f, 0x02, 0x40, 0x02, 0x40, 0xfe, 0x7f, 0xfc, 0x3f, 0xfc, 0x3f,
-   0xf8, 0x1f, 0xf0, 0x0f, 0xc0, 0x03, 0x00, 0x00};
diff --git a/cde/programs/dtinfo/dtinfo/src/bitmaps/xm_noenter16m b/cde/programs/dtinfo/dtinfo/src/bitmaps/xm_noenter16m
deleted file mode 100644 (file)
index 5975ddc..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#define noenter16m_width 16
-#define noenter16m_height 16
-static char noenter16m_bits[] = {
-   0xc0, 0x03, 0xf0, 0x0f, 0xf8, 0x1f, 0xfc, 0x3f, 0xfe, 0x7f, 0xfe, 0x7f,
-   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x7f, 0xfe, 0x7f,
-   0xfc, 0x3f, 0xf8, 0x1f, 0xf0, 0x0f, 0xc0, 0x03};
diff --git a/cde/programs/dtinfo/dtinfo/src/bitmaps/xm_noenter32 b/cde/programs/dtinfo/dtinfo/src/bitmaps/xm_noenter32
deleted file mode 100644 (file)
index b1fb280..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#define noenter32_width 32
-#define noenter32_height 32
-#define noenter32_x_hot 15
-#define noenter32_y_hot 15
-static char noenter32_bits[] = {
-   0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x07, 0x00, 0x00, 0xfc, 0x3f, 0x00,
-   0x00, 0xff, 0xff, 0x00, 0x80, 0xff, 0xff, 0x01, 0xc0, 0xff, 0xff, 0x03,
-   0xe0, 0xff, 0xff, 0x07, 0xf0, 0xff, 0xff, 0x0f, 0xf8, 0xff, 0xff, 0x1f,
-   0xf8, 0xff, 0xff, 0x1f, 0xfc, 0xff, 0xff, 0x3f, 0xfc, 0xff, 0xff, 0x3f,
-   0xfc, 0xff, 0xff, 0x3f, 0x06, 0x00, 0x00, 0x60, 0x06, 0x00, 0x00, 0x60,
-   0x06, 0x00, 0x00, 0x60, 0x06, 0x00, 0x00, 0x60, 0x06, 0x00, 0x00, 0x60,
-   0x06, 0x00, 0x00, 0x60, 0xfc, 0xff, 0xff, 0x3f, 0xfc, 0xff, 0xff, 0x3f,
-   0xfc, 0xff, 0xff, 0x3f, 0xf8, 0xff, 0xff, 0x1f, 0xf8, 0xff, 0xff, 0x1f,
-   0xf0, 0xff, 0xff, 0x0f, 0xe0, 0xff, 0xff, 0x07, 0xc0, 0xff, 0xff, 0x03,
-   0x80, 0xff, 0xff, 0x01, 0x00, 0xff, 0xff, 0x00, 0x00, 0xfc, 0x3f, 0x00,
-   0x00, 0xe0, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00};
diff --git a/cde/programs/dtinfo/dtinfo/src/bitmaps/xm_noenter32m b/cde/programs/dtinfo/dtinfo/src/bitmaps/xm_noenter32m
deleted file mode 100644 (file)
index b274629..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#define noenter32m_width 32
-#define noenter32m_height 32
-static char noenter32m_bits[] = {
-   0x00, 0xe0, 0x07, 0x00, 0x00, 0xfc, 0x3f, 0x00, 0x00, 0xff, 0xff, 0x00,
-   0x80, 0xff, 0xff, 0x01, 0xc0, 0xff, 0xff, 0x03, 0xe0, 0xff, 0xff, 0x07,
-   0xf0, 0xff, 0xff, 0x0f, 0xf8, 0xff, 0xff, 0x1f, 0xfc, 0xff, 0xff, 0x3f,
-   0xfc, 0xff, 0xff, 0x3f, 0xfe, 0xff, 0xff, 0x7f, 0xfe, 0xff, 0xff, 0x7f,
-   0xfe, 0xff, 0xff, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
-   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
-   0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0x7f, 0xfe, 0xff, 0xff, 0x7f,
-   0xfe, 0xff, 0xff, 0x7f, 0xfc, 0xff, 0xff, 0x3f, 0xfc, 0xff, 0xff, 0x3f,
-   0xf8, 0xff, 0xff, 0x1f, 0xf0, 0xff, 0xff, 0x0f, 0xe0, 0xff, 0xff, 0x07,
-   0xc0, 0xff, 0xff, 0x03, 0x80, 0xff, 0xff, 0x01, 0x00, 0xff, 0xff, 0x00,
-   0x00, 0xfc, 0x3f, 0x00, 0x00, 0xe0, 0x07, 0x00};
diff --git a/cde/programs/icons/xm_hour16 b/cde/programs/icons/xm_hour16
deleted file mode 100644 (file)
index 46667ac..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#define hour16_x_hot 7
-#define hour16_y_hot 7
-#define hour16_width 16
-#define hour16_height 16
-static char hour16_bits[] = {
-   0x00, 0x00, 0xfe, 0x7f, 0x14, 0x28, 0x14, 0x28, 0x14, 0x28, 0x24, 0x24,
-   0x44, 0x22, 0x84, 0x21, 0x84, 0x21, 0x44, 0x22, 0x24, 0x24, 0x14, 0x28,
-   0x94, 0x29, 0xd4, 0x2b, 0xfe, 0x7f, 0x00, 0x00};
diff --git a/cde/programs/icons/xm_hour16m b/cde/programs/icons/xm_hour16m
deleted file mode 100644 (file)
index 57f5320..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#define hour16m_width 16
-#define hour16m_height 16
-static char hour16m_bits[] = {
-   0xff, 0xff, 0xff, 0xff, 0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f,
-   0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f,
-   0xfe, 0x7f, 0xfe, 0x7f, 0xff, 0xff, 0xff, 0xff};
diff --git a/cde/programs/icons/xm_hour32 b/cde/programs/icons/xm_hour32
deleted file mode 100644 (file)
index db5126a..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#define hour32_width 32
-#define hour32_height 32
-#define hour32_x_hot 15
-#define hour32_y_hot 15
-static char hour32_bits[] = {
-   0x00, 0x00, 0x00, 0x00, 0xfe, 0xff, 0xff, 0x7f, 0xfe, 0xff, 0xff, 0x7f,
-   0x8c, 0x00, 0x00, 0x31, 0x4c, 0x00, 0x00, 0x32, 0x4c, 0x00, 0x00, 0x32,
-   0x4c, 0x00, 0x00, 0x32, 0x4c, 0x00, 0x00, 0x32, 0x4c, 0x00, 0x00, 0x32,
-   0x8c, 0x00, 0x00, 0x31, 0x0c, 0x7f, 0xfe, 0x30, 0x0c, 0xfe, 0x7f, 0x30,
-   0x0c, 0xfc, 0x3f, 0x30, 0x0c, 0xf8, 0x1f, 0x30, 0x0c, 0xe0, 0x07, 0x30,
-   0x0c, 0x80, 0x01, 0x30, 0x0c, 0x80, 0x01, 0x30, 0x0c, 0x60, 0x06, 0x30,
-   0x0c, 0x18, 0x18, 0x30, 0x0c, 0x04, 0x20, 0x30, 0x0c, 0x02, 0x40, 0x30,
-   0x0c, 0x01, 0x80, 0x30, 0x8c, 0x00, 0x00, 0x31, 0x4c, 0x80, 0x01, 0x32,
-   0x4c, 0xc0, 0x03, 0x32, 0x4c, 0xf0, 0x1f, 0x32, 0x4c, 0xff, 0xff, 0x32,
-   0xcc, 0xff, 0xff, 0x33, 0x8c, 0xff, 0xff, 0x31, 0xfe, 0xff, 0xff, 0x7f,
-   0xfe, 0xff, 0xff, 0x7f, 0x00, 0x00, 0x00, 0x00};
diff --git a/cde/programs/icons/xm_hour32m b/cde/programs/icons/xm_hour32m
deleted file mode 100644 (file)
index 391e6ba..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#define hour32m_width 32
-#define hour32m_height 32
-static char hour32m_bits[] = {
-   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
-   0xcf, 0x00, 0x00, 0xf3, 0x6e, 0x00, 0x00, 0x76, 0x6e, 0x00, 0x00, 0x76,
-   0x6e, 0x00, 0x00, 0x76, 0x6e, 0x00, 0x00, 0x76, 0x6e, 0x00, 0x00, 0x76,
-   0xce, 0x00, 0x00, 0x73, 0x8e, 0x7f, 0xfe, 0x71, 0x0e, 0xff, 0xff, 0x70,
-   0x0e, 0xfe, 0x7f, 0x70, 0x0e, 0xfc, 0x3f, 0x70, 0x0e, 0xf8, 0x1f, 0x70,
-   0x0e, 0xe0, 0x07, 0x70, 0x0e, 0xe0, 0x07, 0x70, 0x0e, 0x78, 0x1e, 0x70,
-   0x0e, 0x1c, 0x38, 0x70, 0x0e, 0x06, 0x60, 0x70, 0x0e, 0x03, 0xc0, 0x70,
-   0x8e, 0x01, 0x80, 0x71, 0xce, 0x00, 0x00, 0x73, 0x6e, 0x80, 0x01, 0x76,
-   0x6e, 0xc0, 0x03, 0x76, 0x6e, 0xf0, 0x1f, 0x76, 0x6e, 0xff, 0xff, 0x76,
-   0xee, 0xff, 0xff, 0x77, 0xcf, 0xff, 0xff, 0xf3, 0xff, 0xff, 0xff, 0xff,
-   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
diff --git a/cde/programs/icons/xm_noenter16 b/cde/programs/icons/xm_noenter16
deleted file mode 100644 (file)
index ea7fef5..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#define noenter16_width 16
-#define noenter16_height 16
-#define noenter16_x_hot 7
-#define noenter16_y_hot 7
-static char noenter16_bits[] = {
-   0x00, 0x00, 0xc0, 0x03, 0xf0, 0x0f, 0xf8, 0x1f, 0xfc, 0x3f, 0xfc, 0x3f,
-   0xfe, 0x7f, 0x02, 0x40, 0x02, 0x40, 0xfe, 0x7f, 0xfc, 0x3f, 0xfc, 0x3f,
-   0xf8, 0x1f, 0xf0, 0x0f, 0xc0, 0x03, 0x00, 0x00};
diff --git a/cde/programs/icons/xm_noenter16m b/cde/programs/icons/xm_noenter16m
deleted file mode 100644 (file)
index 5975ddc..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#define noenter16m_width 16
-#define noenter16m_height 16
-static char noenter16m_bits[] = {
-   0xc0, 0x03, 0xf0, 0x0f, 0xf8, 0x1f, 0xfc, 0x3f, 0xfe, 0x7f, 0xfe, 0x7f,
-   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x7f, 0xfe, 0x7f,
-   0xfc, 0x3f, 0xf8, 0x1f, 0xf0, 0x0f, 0xc0, 0x03};
diff --git a/cde/programs/icons/xm_noenter32 b/cde/programs/icons/xm_noenter32
deleted file mode 100644 (file)
index b1fb280..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#define noenter32_width 32
-#define noenter32_height 32
-#define noenter32_x_hot 15
-#define noenter32_y_hot 15
-static char noenter32_bits[] = {
-   0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x07, 0x00, 0x00, 0xfc, 0x3f, 0x00,
-   0x00, 0xff, 0xff, 0x00, 0x80, 0xff, 0xff, 0x01, 0xc0, 0xff, 0xff, 0x03,
-   0xe0, 0xff, 0xff, 0x07, 0xf0, 0xff, 0xff, 0x0f, 0xf8, 0xff, 0xff, 0x1f,
-   0xf8, 0xff, 0xff, 0x1f, 0xfc, 0xff, 0xff, 0x3f, 0xfc, 0xff, 0xff, 0x3f,
-   0xfc, 0xff, 0xff, 0x3f, 0x06, 0x00, 0x00, 0x60, 0x06, 0x00, 0x00, 0x60,
-   0x06, 0x00, 0x00, 0x60, 0x06, 0x00, 0x00, 0x60, 0x06, 0x00, 0x00, 0x60,
-   0x06, 0x00, 0x00, 0x60, 0xfc, 0xff, 0xff, 0x3f, 0xfc, 0xff, 0xff, 0x3f,
-   0xfc, 0xff, 0xff, 0x3f, 0xf8, 0xff, 0xff, 0x1f, 0xf8, 0xff, 0xff, 0x1f,
-   0xf0, 0xff, 0xff, 0x0f, 0xe0, 0xff, 0xff, 0x07, 0xc0, 0xff, 0xff, 0x03,
-   0x80, 0xff, 0xff, 0x01, 0x00, 0xff, 0xff, 0x00, 0x00, 0xfc, 0x3f, 0x00,
-   0x00, 0xe0, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00};
diff --git a/cde/programs/icons/xm_noenter32m b/cde/programs/icons/xm_noenter32m
deleted file mode 100644 (file)
index b274629..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#define noenter32m_width 32
-#define noenter32m_height 32
-static char noenter32m_bits[] = {
-   0x00, 0xe0, 0x07, 0x00, 0x00, 0xfc, 0x3f, 0x00, 0x00, 0xff, 0xff, 0x00,
-   0x80, 0xff, 0xff, 0x01, 0xc0, 0xff, 0xff, 0x03, 0xe0, 0xff, 0xff, 0x07,
-   0xf0, 0xff, 0xff, 0x0f, 0xf8, 0xff, 0xff, 0x1f, 0xfc, 0xff, 0xff, 0x3f,
-   0xfc, 0xff, 0xff, 0x3f, 0xfe, 0xff, 0xff, 0x7f, 0xfe, 0xff, 0xff, 0x7f,
-   0xfe, 0xff, 0xff, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
-   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
-   0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0x7f, 0xfe, 0xff, 0xff, 0x7f,
-   0xfe, 0xff, 0xff, 0x7f, 0xfc, 0xff, 0xff, 0x3f, 0xfc, 0xff, 0xff, 0x3f,
-   0xf8, 0xff, 0xff, 0x1f, 0xf0, 0xff, 0xff, 0x0f, 0xe0, 0xff, 0xff, 0x07,
-   0xc0, 0xff, 0xff, 0x03, 0x80, 0xff, 0xff, 0x01, 0x00, 0xff, 0xff, 0x00,
-   0x00, 0xfc, 0x3f, 0x00, 0x00, 0xe0, 0x07, 0x00};