diff options
Diffstat (limited to 'lib/gs/doc/src/examples/die_icon')
-rw-r--r-- | lib/gs/doc/src/examples/die_icon | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/gs/doc/src/examples/die_icon b/lib/gs/doc/src/examples/die_icon deleted file mode 100644 index 52be1869fa..0000000000 --- a/lib/gs/doc/src/examples/die_icon +++ /dev/null @@ -1,9 +0,0 @@ -#define die_icon_width 22 -#define die_icon_height 22 -static char die_icon_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x7f, 0x00, 0x80, 0xff, 0x00, - 0xc0, 0xdd, 0x01, 0xc0, 0x88, 0x01, 0xc0, 0xdd, 0x01, 0xc0, 0xff, 0x01, - 0xc0, 0xff, 0x01, 0x80, 0xff, 0x00, 0x00, 0x7f, 0x00, 0x00, 0x3e, 0x00, - 0x00, 0x3e, 0x00, 0x00, 0x3e, 0x00, 0x08, 0x1c, 0x07, 0xf0, 0xc0, 0x01, - 0x00, 0x73, 0x00, 0x00, 0x1c, 0x00, 0x80, 0x77, 0x00, 0x60, 0xc0, 0x03, - 0x00, 0x00, 0x06, 0x00, 0x00, 0x00}; |