Skip to content

Commit 43a0448

Browse files
committed
removed error
1 parent c20489e commit 43a0448

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/processing/mode/android/AndroidPreprocessor.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -390,17 +390,4 @@ public String[] getDefaultImports() {
390390
};
391391
}
392392
*/
393-
394-
private class SurfaceInfoAndroid extends SurfaceInfo {
395-
// private String renderer;
396-
// SurfaceInfoAndroid(SurfaceInfo info) {
397-
//
398-
// }
399-
String getRenderer() {
400-
return renderer;
401-
}
402-
403-
404-
}
405-
406393
}

0 commit comments

Comments
 (0)