diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-08-09 20:26:12 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-08-11 08:03:03 -0400 |
commit | 824fa229593040c2d8a795dadc359aa313fd182d (patch) | |
tree | 14792f65d62aa935cbd2693a4e47e3764c60c1b8 | |
parent | 3216eaa1b5bbb7ce5038caf9fbf22ae248eba1b6 (diff) |
Remove unused file bitmap.icon
The file originally came with the the rest of the source in 2003
Two years later it was added to EXTRA_DIST without explanantion
It has never been installed and is not present in Debian distro
It's not used during configuration and not used by the build.
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | bitmap.icon | 14 |
2 files changed, 1 insertions, 15 deletions
diff --git a/Makefile.am b/Makefile.am index 6771ce9..98d7c72 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,7 +45,7 @@ atobm_CFLAGS = $(CWARNFLAGS) $(ATOBM_CFLAGS) atobm_LDADD = $(ATOBM_LDADD) atobm_SOURCES = atobm.c -EXTRA_DIST = bitmap.icon autogen.sh +EXTRA_DIST = autogen.sh bitmapdir = $(includedir)/X11/bitmaps dist_bitmap_DATA = \ diff --git a/bitmap.icon b/bitmap.icon deleted file mode 100644 index 53105c7..0000000 --- a/bitmap.icon +++ /dev/null @@ -1,14 +0,0 @@ -#define bitmap_width 32 -#define bitmap_height 32 -static char bitmap_bits[] = { - 0xff, 0xff, 0xff, 0xff, 0x01, 0x00, 0x00, 0xf8, 0xfd, 0xff, 0xff, 0xfb, - 0x85, 0x08, 0x23, 0xfa, 0x95, 0x28, 0x23, 0xfa, 0x95, 0x29, 0x67, 0xfa, - 0xb5, 0x69, 0x67, 0xfa, 0xb5, 0x69, 0x67, 0xfa, 0xb5, 0x69, 0x67, 0xfa, - 0x85, 0x09, 0x67, 0xfa, 0xfd, 0xff, 0xff, 0xfb, 0x85, 0x18, 0x21, 0xfa, - 0x95, 0x18, 0x25, 0xfa, 0x95, 0x39, 0x65, 0xfa, 0xb5, 0x39, 0x6d, 0xfa, - 0xb5, 0x39, 0x6d, 0xfa, 0xb5, 0x39, 0x6d, 0xfa, 0x85, 0x39, 0x61, 0xfa, - 0xfd, 0xff, 0xff, 0xfb, 0x45, 0x18, 0xf9, 0xfb, 0x45, 0x19, 0xe1, 0xfb, - 0x4d, 0x39, 0xd3, 0xfb, 0x4d, 0x3b, 0xab, 0xfb, 0x4d, 0x3b, 0x57, 0xfb, - 0x4d, 0x3b, 0xaf, 0xfa, 0x4d, 0x38, 0x5f, 0xfd, 0xfd, 0xff, 0xbf, 0xfa, - 0x01, 0x00, 0x40, 0xf5, 0xff, 0xff, 0xff, 0xea, 0xff, 0xff, 0xff, 0xe5, - 0xff, 0xff, 0xff, 0xf3, 0xff, 0xff, 0xff, 0xff}; |