mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 22:29:18 +01:00
remove processing.xml import
This commit is contained in:
@@ -671,7 +671,9 @@ public class PdePreprocessor {
|
||||
}
|
||||
|
||||
public String[] getCoreImports() {
|
||||
return new String[] { "processing.core.*", "processing.xml.*" };
|
||||
return new String[] {
|
||||
"processing.core.*"
|
||||
};
|
||||
}
|
||||
|
||||
public String[] getDefaultImports() {
|
||||
|
||||
Reference in New Issue
Block a user