Commit 9a2a885
committed
Simplify ControlExample image resources loading
Gif images do not contain transparency mask, it's generated based on the
transparencyIndex value. As the codec already knows the
transparencyIndex and applies it this is just useless operation.1 parent 438fece commit 9a2a885
1 file changed
Lines changed: 2 additions & 14 deletions
File tree
- examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample
Lines changed: 2 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | 50 | | |
58 | 51 | | |
59 | 52 | | |
| |||
205 | 198 | | |
206 | 199 | | |
207 | 200 | | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
| 201 | + | |
214 | 202 | | |
215 | 203 | | |
216 | 204 | | |
| |||
0 commit comments