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 00b583a commit 356543bCopy full SHA for 356543b
core/src/processing/core/PSurfaceNone.java
@@ -30,7 +30,6 @@
30
import android.graphics.Rect;
31
import android.os.Bundle;
32
import android.service.wallpaper.WallpaperService;
33
-import android.service.wallpaper.WallpaperService.Engine;
34
import android.support.wearable.watchface.WatchFaceService;
35
import android.view.LayoutInflater;
36
import android.view.SurfaceHolder;
@@ -46,9 +45,6 @@
46
45
import java.io.InputStream;
47
48
import processing.android.AppComponent;
49
-import processing.android.PWallpaper;
50
-import processing.android.PWatchFaceCanvas;
51
-import processing.android.PWatchFaceGLES;
52
import processing.android.ServiceEngine;
53
54
/**
0 commit comments