remove commented-out code to avoid confusion (moved elsewhere)

This commit is contained in:
Ben Fry
2022-02-12 12:04:41 -05:00
parent 1bb5b3e60c
commit ee0f093981

View File

@@ -973,13 +973,6 @@ public class JavaBuild {
for (String opt : runOptions) {
jre.addChild("opt").setContent(opt);
}
/*
if (javafx != null) {
for (String opt : getArgsJavaFX("lib")) {
jre.addChild("opt").setContent(opt);
}
}
*/
config.save(configFile);
project.save(buildFile);