annotate gui/ui/pixmaps/dvd.xpm @ 35179:94565576f967

Remove useless variable.
author reimar
date Fri, 26 Oct 2012 18:58:48 +0000
parents 0ba85cad4c7e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
23077
17bf4f4b0715 Gui --> gui
diego
parents:
diff changeset
1 /* XPM */
25715
09c3ce60f369 Make xpm arrays really const (I missed that they are not strings but
reimar
parents: 23077
diff changeset
2 static const char * const dvd_xpm[] = {
34387
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
3 "16 16 100 2",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
4 " c #000000",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
5 "! c #7277FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
6 "# c #7C7EFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
7 "$ c #8B8DFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
8 "% c #9293FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
9 "& c #9393FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
10 "' c #9595FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
11 "( c #9596FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
12 ") c #9797FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
13 "* c #989BFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
14 "+ c #999CFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
15 ", c #9B9CFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
16 "- c #9B9DFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
17 ". c #9C9DFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
18 "/ c #9E9FFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
19 "0 c #A0A2FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
20 "1 c #A2A4FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
21 "2 c #A3A6FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
22 "3 c #A6A8FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
23 "4 c #A8AAFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
24 "5 c #B0B0FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
25 "6 c #AFB1FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
26 "7 c #B2B4FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
27 "8 c #B4B4FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
28 "9 c #B6B6FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
29 ": c #B7B7FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
30 "; c #B5B8FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
31 "< c #B8B8FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
32 "= c #B8B9FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
33 "> c #B9B9FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
34 "? c #BABAFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
35 "@ c #BBBBFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
36 "A c #BCBBFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
37 "B c #BCBCFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
38 "C c #BFBFFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
39 "D c #C0C0FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
40 "E c #C1C1FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
41 "F c #C2C2FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
42 "G c #C4C4FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
43 "H c #C4C5FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
44 "I c #C5C5FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
45 "J c #C6C6FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
46 "K c #C6C7FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
47 "L c #C7C7FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
48 "M c #C8C8FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
49 "N c #C9CAFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
50 "O c #CACAFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
51 "P c #CBCBFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
52 "Q c #CACCFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
53 "R c #CCCCFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
54 "S c #CCCDFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
55 "T c #CDCDFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
56 "U c #CECEFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
57 "V c #CFCFFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
58 "W c #D1D1FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
59 "X c #D2D2FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
60 "Y c #D3D3FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
61 "Z c #D3D4FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
62 "[ c #D4D4FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
63 "[] c #D6D6FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
64 "] c #D7D7FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
65 "^ c #D8D8FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
66 "_ c #D9D9FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
67 "` c #DBDAFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
68 "a c #DBDBFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
69 "b c #DCDCFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
70 "c c #DDDDFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
71 "d c #DFDEFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
72 "e c #E0E0FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
73 "f c #E1E1FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
74 "g c #E2E2FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
75 "h c #E3E3FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
76 "i c #E4E4FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
77 "j c #E5E5FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
78 "k c #E6E6FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
79 "l c #E7E7FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
80 "m c #E8E8FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
81 "n c #E9E9FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
82 "o c #EAE9FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
83 "p c #EAEAFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
84 "q c #EBEBFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
85 "r c #ECECFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
86 "s c #EDEDFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
87 "t c #EFEFFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
88 "u c #F0F0FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
89 "v c #F2F2FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
90 "w c #F3F3FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
91 "x c #F4F4FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
92 "y c #F5F5FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
93 "z c #F6F6FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
94 "{ c #F7F7FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
95 "| c #F8F8FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
96 "} c #F9F9FF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
97 "~ c #FAFAFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
98 " ! c #FBFBFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
99 "!! c #FCFCFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
100 "#! c #FDFDFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
101 "$! c #FEFEFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
102 "%! c #FFFFFF",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
103 "&! c None",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
104 "&!&!&!&!&!Q Z X W W &!&!&!&!&!&!",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
105 "&!&!&!; s ~ ! ! !!!%!_ 6 &!&!&!",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
106 "&!&!J #!{ } } } z | ~ !#!= &!&!",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
107 "&!7 o b w { | { x { | #!#! !4 &!",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
108 "&!P R ] f z | { w y !!!!y t S &!",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
109 "&!X T []e l | k j #! !w q h r . ",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
110 "H E U ] g m X ^ i a v l c [ f 1 ",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
111 "N G V a i b ` &!! d c []M B C / ",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
112 "K []^ f m h g + = I Y L @ ? G ( ",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
113 "H i g m r !b ^ X O J B > ? R & ",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
114 "0 j m q %!$!y _ { X I F > < A 2 ",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
115 "&!, u %!w w _ w w w I I E D # &!",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
116 "&!&!] !w _ w w w w p I L ) &!&!",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
117 "&!&!* J k _ w w u i n x ' &!&!&!",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
118 "&!&!&!&!3 : O g m c 8 $ &!&!&!&!",
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
119 "&!&!&!&!&!&!- 9 5 % &!&!&!&!&!&!"
0ba85cad4c7e Add audio CD playback support to the X11/GTK GUI.
ib
parents: 33556
diff changeset
120 };