--- old/src/java.desktop/unix/native/common/awt/awt_Font.h 2019-05-18 14:50:35.000000000 -0700 +++ new/src/java.desktop/unix/native/common/awt/awt_Font.h 2019-05-18 14:50:35.000000000 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1998, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -34,11 +34,6 @@ jmethodID getFamily; }; -/* fieldIDs for XFontPeer fields that may be accessed from C */ -struct XFontPeerIDs { - jfieldID xfsname; -}; - /* fieldIDs for PlatformFont fields that may be accessed from C */ struct PlatformFontIDs { jfieldID componentFonts;