* commit '0500edccc2b0620ee4e531508052ae6d2a84cc9b': Clean up unused static variable
This commit is contained in:
commit
066a445fc4
1 changed files with 2 additions and 3 deletions
|
@ -83,9 +83,8 @@ public class GestureStroke {
|
||||||
public final int mRecognitionMinimumTime; // msec
|
public final int mRecognitionMinimumTime; // msec
|
||||||
public final float mRecognitionSpeedThreshold; // keyWidth/sec
|
public final float mRecognitionSpeedThreshold; // keyWidth/sec
|
||||||
|
|
||||||
// Default GestureStroke parameters for test.
|
// Default GestureStroke parameters.
|
||||||
public static final GestureStrokeParams FOR_TEST = new GestureStrokeParams();
|
public static final GestureStrokeParams DEFAULT = new GestureStrokeParams();
|
||||||
public static final GestureStrokeParams DEFAULT = FOR_TEST;
|
|
||||||
|
|
||||||
private GestureStrokeParams() {
|
private GestureStrokeParams() {
|
||||||
// These parameter values are default and intended for testing.
|
// These parameter values are default and intended for testing.
|
||||||
|
|
Loading…
Reference in a new issue