Skip to content

Commit 95e4a03

Browse files
committed
Suppress deprecation warning for fuck's sake
Signed-off-by: Umair Khan <[email protected]>
1 parent 043d2a5 commit 95e4a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/in/omerjerk/processing/video/android/Capture.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import java.util.ArrayList;
55

66
import android.content.Context;
7-
import android.content.pm.PackageManager;
87
import android.hardware.Camera;
98
import android.util.Log;
109
import android.view.SurfaceHolder;
@@ -13,6 +12,7 @@
1312
import processing.core.PConstants;
1413
import processing.core.PImage;
1514

15+
@SuppressWarnings("deprecation")
1616
public class Capture extends PImage implements PConstants {
1717

1818
private static final boolean DEBUG = true;

0 commit comments

Comments
 (0)