remove processing.xml import

This commit is contained in:
benfry
2011-06-19 20:32:33 +00:00
parent 76962e609e
commit 3fbdf102f6
32 changed files with 74 additions and 81 deletions

View File

@@ -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() {