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/split-draw.xpm | 95 ------------------------------------------ 1 file changed, 95 deletions(-) delete mode 100644 app/bin/bitmaps/split-draw.xpm (limited to 'app/bin/bitmaps/split-draw.xpm') diff --git a/app/bin/bitmaps/split-draw.xpm b/app/bin/bitmaps/split-draw.xpm deleted file mode 100644 index 3e94832..0000000 --- a/app/bin/bitmaps/split-draw.xpm +++ /dev/null @@ -1,95 +0,0 @@ -static char *split_draw_x16[] = { - "16 16 4 1", - " c None", - "0 c #000000", - "1 c #CC0000", - "2 c #808080", - " ", - " 2 ", - " 2 ", - " 2 ", - " 1 2 ", - " 11 2 ", - " 11 2 ", - " 111122 ", - " 2 111 ", - " 221111 ", - " 22 11 ", - " 22 11 ", - " 22 ", - " 22 ", - " 22 ", - " "}; - -static char *split_draw_x24[] = { - "24 24 4 1", - " c None", - "0 c #000000", - "1 c #CC0000", - "2 c #808080", - " ", - " 2 ", - " 22 ", - " 22 ", - " 2 ", - " 2 ", - " 11 2 ", - " 11 2 ", - " 11 2 ", - " 11 2 ", - " 111111 2 ", - " 11111 ", - " 11 ", - " 2 111111 ", - " 22 11 ", - " 22 1 ", - " 22 1 ", - " 22 1 ", - " 22 1 ", - " 22 ", - " 22 ", - " 22 ", - " 2 ", - " "}; - -static char *split_draw_x32[] = { - "32 32 4 1", - " c None", - "0 c #000000", - "1 c #CC0000", - "2 c #808080", - " ", - " ", - " 2 ", - " 222 ", - " 222 ", - " 222 ", - " 222 ", - " 222 ", - " 11 222 ", - " 11 222 ", - " 11 222 ", - " 11 222 ", - " 11 222 ", - " 11111 222 ", - " 11111111 22 ", - " 1111111 ", - " ", - " 22 11111111 ", - " 222 11111111 ", - " 222 11 ", - " 222 11 ", - " 22 11 ", - " 222 11 ", - " 222 11 ", - " 222 11 ", - " 222 ", - " 222 ", - " 222 ", - " 222 ", - " 22 ", - " ", - " "}; - -static char **split_draw_xpm[3] = { split_draw_x16, split_draw_x24, split_draw_x32 }; - -- cgit v1.2.3