diff options
Diffstat (limited to 'img')
-rw-r--r-- | img/exit.xbm | 6 | ||||
-rw-r--r-- | img/first.xbm | 6 | ||||
-rw-r--r-- | img/last.xbm | 6 | ||||
-rw-r--r-- | img/next.xbm | 6 | ||||
-rw-r--r-- | img/prev.xbm | 6 |
5 files changed, 0 insertions, 30 deletions
diff --git a/img/exit.xbm b/img/exit.xbm deleted file mode 100644 index 40c6979..0000000 --- a/img/exit.xbm +++ /dev/null @@ -1,6 +0,0 @@ -#define exit_width 16 -#define exit_height 16 -static unsigned char exit_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x38, 0x38, 0x70, 0x3c, 0xc0, 0x1e, 0x80, 0x07, - 0xc0, 0x03, 0xe0, 0x06, 0x70, 0x0c, 0x78, 0x1c, 0x3c, 0x1c, 0x3c, 0x18, - 0x1c, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x00, 0x00}; diff --git a/img/first.xbm b/img/first.xbm deleted file mode 100644 index 081acc8..0000000 --- a/img/first.xbm +++ /dev/null @@ -1,6 +0,0 @@ -#define first_width 16 -#define first_height 16 -static unsigned char first_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x40, 0x40, 0x60, 0x60, 0x70, 0x70, 0x78, 0x78, - 0x7c, 0x7c, 0x7e, 0x7e, 0x7e, 0x7e, 0x7c, 0x7c, 0x78, 0x78, 0x70, 0x70, - 0x60, 0x60, 0x40, 0x40, 0x00, 0x00, 0x00, 0x00}; diff --git a/img/last.xbm b/img/last.xbm deleted file mode 100644 index 39907a8..0000000 --- a/img/last.xbm +++ /dev/null @@ -1,6 +0,0 @@ -#define last_width 16 -#define last_height 16 -static unsigned char last_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x02, 0x02, 0x06, 0x06, 0x0e, 0x0e, 0x1e, 0x1e, - 0x3e, 0x3e, 0x7e, 0x7e, 0x7e, 0x7e, 0x3e, 0x3e, 0x1e, 0x1e, 0x0e, 0x0e, - 0x06, 0x06, 0x02, 0x02, 0x00, 0x00, 0x00, 0x00}; diff --git a/img/next.xbm b/img/next.xbm deleted file mode 100644 index b7b5646..0000000 --- a/img/next.xbm +++ /dev/null @@ -1,6 +0,0 @@ -#define next_width 16 -#define next_height 16 -static unsigned char next_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x60, 0x00, 0xe0, 0x00, 0xe0, 0x01, - 0xe0, 0x03, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x03, 0xe0, 0x01, 0xe0, 0x00, - 0x60, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00}; diff --git a/img/prev.xbm b/img/prev.xbm deleted file mode 100644 index 5cb72fc..0000000 --- a/img/prev.xbm +++ /dev/null @@ -1,6 +0,0 @@ -#define prev_width 16 -#define prev_height 16 -static unsigned char prev_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x06, 0x00, 0x07, 0x80, 0x07, - 0xc0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xc0, 0x07, 0x80, 0x07, 0x00, 0x07, - 0x00, 0x06, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00}; |