src/java.desktop/unix/native/common/awt/awt_Font.h
changeset 57515 2db64810f4fc
parent 47216 71c04702a3d5
--- a/src/java.desktop/unix/native/common/awt/awt_Font.h	Thu Jun 13 12:22:28 2019 +0530
+++ b/src/java.desktop/unix/native/common/awt/awt_Font.h	Sun Jun 09 18:14:48 2019 -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;