Skip to content

Commit

Permalink
Remove invalid WinGDI#DEVMODE members
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasblaesing committed Oct 21, 2023
1 parent f68bb7b commit 9c126f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contrib/platform/src/com/sun/jna/platform/win32/WinGDI.java
Expand Up @@ -192,8 +192,6 @@ public static class ByReference extends DEVMODE implements Structure.ByReference
*/
public int dmPelsHeight;
public DUMMYUNIONNAME2 dummyunionname2;
public POINT dmPosition;
public DUMMYUNIONNAME.DUMMYSTRUCTNAME2 dummystructname2;

public static class DUMMYUNIONNAME extends Union {
public DUMMYSTRUCTNAME dummystructname;
Expand Down

0 comments on commit 9c126f0

Please sign in to comment.