From a14a7a0ccc9de76aeab0b2e4bbf58f1a79deedc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 3 Jul 2024 10:19:30 +0200 Subject: New upstream version 5.3.0GA --- app/bin/bitmaps/curved-line-end.xpm | 94 ------------------------------------- 1 file changed, 94 deletions(-) delete mode 100644 app/bin/bitmaps/curved-line-end.xpm (limited to 'app/bin/bitmaps/curved-line-end.xpm') diff --git a/app/bin/bitmaps/curved-line-end.xpm b/app/bin/bitmaps/curved-line-end.xpm deleted file mode 100644 index 0e967ab..0000000 --- a/app/bin/bitmaps/curved-line-end.xpm +++ /dev/null @@ -1,94 +0,0 @@ -static char *curved_line_end_x16[] = { - "16 16 3 1", - " c None", - "0 c #000000", - "1 c #CC0000", - " ", - " 11 ", - " 1111 ", - " 11 ", - " 00011 ", - " 0000 11 ", - " 000 1111 ", - " 00 11 ", - " 00 ", - " 00 ", - " 0 ", - " 0 ", - " 00 ", - " 00 ", - " 00 ", - " 0 "}; - -static char *curved_line_end_x24[] = { - "24 24 4 1", - " c None", - "0 c #000000", - "1 c #660000", - "2 c #CC0000", - " ", - " 2 ", - " 2222 ", - " 222222 ", - " 22 ", - " 22 ", - " 00012 ", - " 00000 2 ", - " 000 2 ", - " 000 22222 ", - " 00 222 ", - " 00 ", - " 00 ", - " 00 ", - " 0 ", - " 00 ", - " 0 ", - " 0 ", - " 00 ", - " 00 ", - " 0 ", - " 0 ", - " 0 ", - " 0 "}; - -static char *curved_line_end_x32[] = { - "32 32 4 1", - " c None", - "0 c #000000", - "1 c #660000", - "2 c #CC0000", - " ", - " ", - " 222 ", - " 22222 ", - " 2222222 ", - " 22222 22 ", - " 222 ", - " 222 ", - " 0000122 ", - " 0000000 22 ", - " 000000 22 ", - " 00000 22 22 ", - " 0000 22222222 ", - " 000 2222222 ", - " 0000 2222 ", - " 000 2 ", - " 000 ", - " 000 ", - " 000 ", - " 00 ", - " 000 ", - " 00 ", - " 00 ", - " 000 ", - " 00 ", - " 00 ", - " 00 ", - " 00 ", - " 000 ", - " 000 ", - " 00 ", - " "}; - -static char **curved_line_end_xpm[3] = { curved_line_end_x16, curved_line_end_x24, curved_line_end_x32 }; - -- cgit v1.2.3