git-gui: Remove unused icon file_parttick
authorShawn O. Pearce <spearce@spearce.org>
Mon, 25 Jan 2010 15:33:41 +0000 (07:33 -0800)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 25 Jan 2010 15:33:41 +0000 (07:33 -0800)
This icon hasn't been used in git gui.  I think it dates back to
the original set of icons I took from Paul Mackerras' prototype
that I turned into git gui.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh

index aafb732c4b360720e6ab258533e32b327eb99386..6f47624b2c33592edf3c7c38010d061afcf77c73 100755 (executable)
@@ -1855,15 +1855,6 @@ static unsigned char file_fulltick_bits[] = {
    0x62, 0x10, 0x02, 0x10, 0xfe, 0x1f};
 } -maskdata $filemask
 
-image create bitmap file_parttick -background white -foreground "#005050" -data {
-#define parttick_width 14
-#define parttick_height 15
-static unsigned char parttick_bits[] = {
-   0xfe, 0x01, 0x02, 0x03, 0x7a, 0x05, 0x02, 0x09, 0x7a, 0x1f, 0x02, 0x10,
-   0x7a, 0x14, 0x02, 0x16, 0x02, 0x13, 0x8a, 0x11, 0xda, 0x10, 0x72, 0x10,
-   0x22, 0x10, 0x02, 0x10, 0xfe, 0x1f};
-} -maskdata $filemask
-
 image create bitmap file_question -background white -foreground black -data {
 #define file_question_width 14
 #define file_question_height 15