summaryrefslogtreecommitdiffstats
path: root/tools/dicttool
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2014-01-10 12:05:24 +0900
committerJean Chalard <jchalard@google.com>2014-01-10 12:18:26 +0900
commit84a3047e801923bd486b0cff2f9ea0de25d7e3ba (patch)
treee78c6ea3d4abe226449f37d306573c081309ff04 /tools/dicttool
parentee35e69eae734448d0aa90e46037273cc3f1e6ad (diff)
downloadandroid_packages_inputmethods_LatinIME-84a3047e801923bd486b0cff2f9ea0de25d7e3ba.tar.gz
android_packages_inputmethods_LatinIME-84a3047e801923bd486b0cff2f9ea0de25d7e3ba.tar.bz2
android_packages_inputmethods_LatinIME-84a3047e801923bd486b0cff2f9ea0de25d7e3ba.zip
Fix build.
Change-Id: I6d0b572190080e58e95f72856ad39e72a49537b7
Diffstat (limited to 'tools/dicttool')
-rw-r--r--tools/dicttool/compat/com/android/inputmethod/latin/settings/SettingsValues.java23
1 files changed, 0 insertions, 23 deletions
diff --git a/tools/dicttool/compat/com/android/inputmethod/latin/settings/SettingsValues.java b/tools/dicttool/compat/com/android/inputmethod/latin/settings/SettingsValues.java
deleted file mode 100644
index 0a84cdeee..000000000
--- a/tools/dicttool/compat/com/android/inputmethod/latin/settings/SettingsValues.java
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * Copyright (C) 2013 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package com.android.inputmethod.latin.settings;
-
-public class SettingsValues {
- public boolean isWordCodePoint(final int code) {
- return Character.isLetter(code);
- }
-}