jdk/src/solaris/native/sun/awt/awt_Component.h
changeset 2459 08f3416ff334
parent 2 90ce3da70b43
child 5506 202f599c92aa
--- a/jdk/src/solaris/native/sun/awt/awt_Component.h	Thu Feb 19 14:10:19 2009 +0300
+++ b/jdk/src/solaris/native/sun/awt/awt_Component.h	Fri Feb 20 17:34:16 2009 +0300
@@ -41,7 +41,6 @@
     jfieldID appContext;
     jmethodID getParent;
     jmethodID getLocationOnScreen;
-    jmethodID resetGCMID;
 };
 
 /* field and method IDs for Container */
@@ -65,7 +64,3 @@
 extern void processTree(Widget from, Widget to, Boolean action);
 #endif // HEADLESS
 
-/* fieldIDs for Canvas fields that may be accessed from C */
-struct CanvasIDs {
-    jmethodID setGCFromPeerMID;
-};