Skip to content

Commit 3965235

Browse files
committed
don't check for sdk inside the constructor of AndroidMode
This check again happens inside the contructor of AndroidEditor class which also ensures that editor will never be null. Signed-off-by: Umair Khan <[email protected]>
1 parent 41ff925 commit 3965235

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/processing/mode/android/AndroidMode.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ public class AndroidMode extends JavaMode {
4747

4848
public AndroidMode(Base base, File folder) {
4949
super(base, folder);
50-
checkSDK(null);
5150
}
5251

5352

0 commit comments

Comments
 (0)