8212701: remove sun.desktop property from launcher code

Reviewed-by: serb, alanb, rriggs
This commit is contained in:
Phil Race 2019-04-24 09:21:02 -07:00
parent f7d8bb2c70
commit e3e016b54c
11 changed files with 60 additions and 27 deletions

View file

@ -452,13 +452,6 @@ GetJavaProperties(JNIEnv *env)
#endif /* MACOSX */
sprops.os_arch = ARCHPROPNAME;
if (getenv("GNOME_DESKTOP_SESSION_ID") != NULL) {
sprops.desktop = "gnome";
}
else {
sprops.desktop = NULL;
}
}
/* ABI property (optional) */