Skip to content

Commit 73b3446

Browse files
committed
git-gui: Remove unused icon file_parttick
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 <[email protected]>
1 parent 0602de4 commit 73b3446

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

git-gui.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1855,15 +1855,6 @@ static unsigned char file_fulltick_bits[] = {
18551855
0x62, 0x10, 0x02, 0x10, 0xfe, 0x1f};
18561856
} -maskdata $filemask
18571857
1858-
image create bitmap file_parttick -background white -foreground "#005050" -data {
1859-
#define parttick_width 14
1860-
#define parttick_height 15
1861-
static unsigned char parttick_bits[] = {
1862-
0xfe, 0x01, 0x02, 0x03, 0x7a, 0x05, 0x02, 0x09, 0x7a, 0x1f, 0x02, 0x10,
1863-
0x7a, 0x14, 0x02, 0x16, 0x02, 0x13, 0x8a, 0x11, 0xda, 0x10, 0x72, 0x10,
1864-
0x22, 0x10, 0x02, 0x10, 0xfe, 0x1f};
1865-
} -maskdata $filemask
1866-
18671858
image create bitmap file_question -background white -foreground black -data {
18681859
#define file_question_width 14
18691860
#define file_question_height 15

0 commit comments

Comments
 (0)