diff options
author | 2014-10-24 19:47:26 +0900 | |
---|---|---|
committer | 2014-10-24 19:47:26 +0900 | |
commit | 23a357d71d5d1a404975375fd376618a4fd2a596 (patch) | |
tree | f98b9a164e42f2fe808e319cf26bfbd133e177f0 /common/src/com/android | |
parent | dd5737b0fa3bf68f90534457ed8d23437caf5420 (diff) | |
download | latinime-23a357d71d5d1a404975375fd376618a4fd2a596.tar.gz latinime-23a357d71d5d1a404975375fd376618a4fd2a596.tar.xz latinime-23a357d71d5d1a404975375fd376618a4fd2a596.zip |
Small cleanup
Change-Id: I2b81450f99d7b4493ba0fc5e502f4333b8db48cd
Diffstat (limited to 'common/src/com/android')
-rw-r--r-- | common/src/com/android/inputmethod/latin/common/Constants.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/src/com/android/inputmethod/latin/common/Constants.java b/common/src/com/android/inputmethod/latin/common/Constants.java index a0cbd2c38..9a244d46a 100644 --- a/common/src/com/android/inputmethod/latin/common/Constants.java +++ b/common/src/com/android/inputmethod/latin/common/Constants.java @@ -296,8 +296,6 @@ public final class Constants { return "[" + sb + "]"; } - public static final int MAX_INT_BIT_COUNT = 32; - /** * Screen metrics (a.k.a. Device form factor) constants of * {@link com.android.inputmethod.latin.R.integer#config_screen_metrics}. |