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/dimension.xpm | 94 ------------------------------------------- 1 file changed, 94 deletions(-) delete mode 100644 app/bin/bitmaps/dimension.xpm (limited to 'app/bin/bitmaps/dimension.xpm') diff --git a/app/bin/bitmaps/dimension.xpm b/app/bin/bitmaps/dimension.xpm deleted file mode 100644 index faceac6..0000000 --- a/app/bin/bitmaps/dimension.xpm +++ /dev/null @@ -1,94 +0,0 @@ -static char *dimension_x16[] = { - "16 16 4 1", - " c None", - "0 c #000000", - "1 c #990000", - "2 c #999999", - " 1111", - " 111", - " 1111", - " 111 1", - " 11 ", - " 002 200 ", - " 0 0 ", - " 02 002 ", - " 0 0 0 ", - " 002 202 ", - " ", - " 11 ", - "1 111 ", - "1111 ", - "111 ", - "1111 "}; - -static char *dimension_x24[] = { - "24 24 4 1", - " c None", - "0 c #000000", - "1 c #990000", - "2 c #CC0000", - " ", - " 222222 ", - " 22222 ", - " 22222", - " 222222", - " 222 22", - " 222 2 ", - " 22 ", - " 2 ", - " 000 0000 ", - " 0 00 0 0 ", - " 00 0000 ", - " 0000 00 ", - " 0 0 0 0 ", - " 0000 0000 ", - " 0 0 ", - " 22 ", - " 22 222 ", - " 22 222 ", - " 22222 ", - " 2222 ", - " 222222 ", - " 222222 ", - " "}; - -static char *dimension_x32[] = { - "32 32 3 1", - " c None", - "0 c #000000", - "1 c #CC0000", - " ", - " 1111111 ", - " 11111111 ", - " 1111111 ", - " 11111 ", - " 111111 ", - " 1111 11 ", - " 1111 11 ", - " 1111 11 ", - " 1111 ", - " 111 ", - " ", - " 00000 00000 ", - " 00 00 00 00 ", - " 00 00 ", - " 000 000000 ", - " 000 00 00 ", - " 0000 00 ", - " 00 00 0 00 ", - " 00000 00000 ", - " 0 00 ", - " 11 ", - " 1 111 ", - " 111 1111 ", - " 111 1111 ", - " 111 1111 ", - " 1111111 ", - " 111111 ", - " 11111111 ", - " 11111111 ", - " 11111111 ", - " "}; - -static char **dimension_xpm[3] = { dimension_x16, dimension_x24, dimension_x32 }; - -- cgit v1.2.3