Remove unused constant
This line was committed by error.
Refs 3e517cd40e
This commit is contained in:
parent
f2dee20a20
commit
6524e90c68
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ import android.graphics.Rect;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
public class Options {
|
public class Options {
|
||||||
private static final String VIDEO_CODEC_H264 = "h264";
|
|
||||||
|
|
||||||
private Ln.Level logLevel = Ln.Level.DEBUG;
|
private Ln.Level logLevel = Ln.Level.DEBUG;
|
||||||
private int uid = -1; // 31-bit non-negative value, or -1
|
private int uid = -1; // 31-bit non-negative value, or -1
|
||||||
|
|
Loading…
Reference in a new issue