mirror of
https://github.com/processing/processing4.git
synced 2026-01-27 18:31:07 +01:00
remove commented-out code to avoid confusion (moved elsewhere)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user