Skip to content

Commit 1b4ea15

Browse files
committed
don't redefine write() in AndroidPreprocessor
1 parent cf39ca1 commit 1b4ea15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/processing/mode/android/AndroidPreprocessor.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ protected boolean parseSketchSize() {
177177
*/
178178

179179

180+
/*
180181
public PreprocessorResult write(Writer out, String program, String[] codeFolderPackages)
181182
throws SketchException, RecognitionException, TokenStreamException {
182183
if (sizeStatement != null) {
@@ -188,6 +189,7 @@ public PreprocessorResult write(Writer out, String program, String[] codeFolderP
188189
//program = program.replaceAll("import\\s+processing\\.opengl\\.\\S+;", "");
189190
return super.write(out, program, codeFolderPackages);
190191
}
192+
*/
191193

192194

193195
@Override

0 commit comments

Comments
 (0)