diff options
author | Björn Gustavsson <[email protected]> | 2016-06-29 11:39:25 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2016-06-29 11:39:25 +0200 |
commit | c9552ed591c4cbb29b48d6faedebd88447888185 (patch) | |
tree | 602611acb8fcc81b5a84d7168729b711c3780d8a /lib/gs/doc/src/examples/die_icon | |
parent | 04e9514bca9434676f6ee9548febb8d4d1a1a847 (diff) | |
parent | 6931dce17580d097351dd7be09ce7c9ed3f72827 (diff) | |
download | otp-c9552ed591c4cbb29b48d6faedebd88447888185.tar.gz otp-c9552ed591c4cbb29b48d6faedebd88447888185.tar.bz2 otp-c9552ed591c4cbb29b48d6faedebd88447888185.zip |
Merge branch 'bjorn/remove-gs/OTP-13703'
* bjorn/remove-gs/OTP-13703:
Remove the gs application
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}; |