< prev index next >

src/java.base/share/native/libjava/java_props.h

Print this page

        

@@ -100,12 +100,10 @@
     int socksProxyEnabled;
     char *socksHost;
     char *socksPort;
 
     char *exceptionList;
-
-    char *awt_headless;  /* java.awt.headless setting, if NULL (default) will not be set */
 #endif
 
 } java_props_t;
 
 java_props_t *GetJavaProperties(JNIEnv *env);
< prev index next >