We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c882b2f commit f4b9713Copy full SHA for f4b9713
core/src/processing/core/PApplet.java
@@ -38,7 +38,6 @@
38
import android.graphics.*;
39
import android.net.Uri;
40
import android.support.v4.content.ContextCompat;
41
-import android.text.format.Time;
42
import android.view.MotionEvent;
43
import android.view.SurfaceHolder;
44
import android.view.SurfaceView;
@@ -48,7 +47,6 @@
48
47
import processing.event.*;
49
import processing.opengl.*;
50
51
-
52
public class PApplet extends Object implements PConstants {
53
54
/**
0 commit comments