Commit dc9ed48
committed
[Win32] Inline obsolete getScaledImageData() method in Image
The method getScaledImageData() inherited by all image providers is
only has two callers. The calls are difficult to understand as potential
overwrites of the method and included delegation are not obvious. At the
same time, some other code places already contain similar logic inlined.
This change thus inlines the method to ease understanding of the calling
places.1 parent 990d506 commit dc9ed48
File tree
1 file changed
+4
-7
lines changed- bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics
1 file changed
+4
-7
lines changedLines changed: 4 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2070 | 2070 | | |
2071 | 2071 | | |
2072 | 2072 | | |
2073 | | - | |
2074 | | - | |
2075 | | - | |
2076 | | - | |
2077 | | - | |
2078 | 2073 | | |
2079 | 2074 | | |
2080 | 2075 | | |
| |||
2125 | 2120 | | |
2126 | 2121 | | |
2127 | 2122 | | |
2128 | | - | |
| 2123 | + | |
| 2124 | + | |
2129 | 2125 | | |
2130 | 2126 | | |
2131 | 2127 | | |
| |||
2344 | 2340 | | |
2345 | 2341 | | |
2346 | 2342 | | |
2347 | | - | |
| 2343 | + | |
| 2344 | + | |
2348 | 2345 | | |
2349 | 2346 | | |
2350 | 2347 | | |
| |||
0 commit comments