mirror of
https://github.com/processing/processing4.git
synced 2026-01-29 03:11:08 +01:00
Remove size() from setup() when copying to settings()
Related: #3412 #3483
This commit is contained in:
@@ -257,8 +257,7 @@ public class JavaBuild {
|
||||
return null;
|
||||
}
|
||||
//System.out.format("size() is '%s'%n", info[0]);
|
||||
|
||||
/*
|
||||
|
||||
// Remove the size() statement (will be added back by writeFooter())
|
||||
if (sizeInfo != null) {
|
||||
String sizeStatement = sizeInfo.getStatement();
|
||||
@@ -267,7 +266,6 @@ public class JavaBuild {
|
||||
bigCode.delete(index, index + sizeStatement.length());
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
PreprocessorResult result;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user