Skip to content

Commit ad99d4e

Browse files
arunjose696HeikoKlare
authored andcommitted
Remove DPIUtil.getDeviceZoom() in test which just prints to console
1 parent 63048a2 commit ad99d4e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/org.eclipse.swt.tests/ManualTests/org/eclipse/swt/tests/manual/Issue0445_HiDPISmoothScaling.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
import org.eclipse.swt.graphics.Image;
2121
import org.eclipse.swt.graphics.ImageData;
2222
import org.eclipse.swt.graphics.ImageDataProvider;
23-
import org.eclipse.swt.internal.DPIUtil;
2423
import org.eclipse.swt.layout.GridLayout;
2524
import org.eclipse.swt.widgets.Display;
2625
import org.eclipse.swt.widgets.Label;
@@ -58,7 +57,6 @@ public static void main(String[] args) {
5857
shell.setSize(100, 100);
5958
shell.setLayout(new GridLayout(1, true));
6059

61-
System.out.println("Device Zoom: " + DPIUtil.getDeviceZoom());
6260

6361
ImageDataProvider provider1x = zoom -> {
6462
if (zoom == 100) {

0 commit comments

Comments
 (0)