Skip to content

Commit 9c126f0

Browse files
Remove invalid WinGDI#DEVMODE members
1 parent f68bb7b commit 9c126f0

File tree

1 file changed

+0
-2
lines changed
  • contrib/platform/src/com/sun/jna/platform/win32

1 file changed

+0
-2
lines changed

contrib/platform/src/com/sun/jna/platform/win32/WinGDI.java

-2
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,6 @@ public static class ByReference extends DEVMODE implements Structure.ByReference
192192
*/
193193
public int dmPelsHeight;
194194
public DUMMYUNIONNAME2 dummyunionname2;
195-
public POINT dmPosition;
196-
public DUMMYUNIONNAME.DUMMYSTRUCTNAME2 dummystructname2;
197195

198196
public static class DUMMYUNIONNAME extends Union {
199197
public DUMMYSTRUCTNAME dummystructname;

0 commit comments

Comments
 (0)