Skip to content

Commit f4b9713

Browse files
committed
removed time import
1 parent c882b2f commit f4b9713

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/src/processing/core/PApplet.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
import android.graphics.*;
3939
import android.net.Uri;
4040
import android.support.v4.content.ContextCompat;
41-
import android.text.format.Time;
4241
import android.view.MotionEvent;
4342
import android.view.SurfaceHolder;
4443
import android.view.SurfaceView;
@@ -48,7 +47,6 @@
4847
import processing.event.*;
4948
import processing.opengl.*;
5049

51-
5250
public class PApplet extends Object implements PConstants {
5351

5452
/**

0 commit comments

Comments
 (0)