aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/voice/LatinIMEWithVoiceSettings.java
diff options
context:
space:
mode:
authorsatok <satok@google.com>2010-05-11 17:34:49 +0900
committersatok <satok@google.com>2010-05-12 09:57:30 +0900
commit9e820fa0f4a85e3b83b7909d743cb6b6c925f40f (patch)
treeb9c437bd36eac87b5465fe222bc336c9be8bc692 /java/src/com/android/inputmethod/voice/LatinIMEWithVoiceSettings.java
parent44357b74a3b7b3eaa5390d1a7427642bcf52dcf9 (diff)
downloadlatinime-9e820fa0f4a85e3b83b7909d743cb6b6c925f40f.tar.gz
latinime-9e820fa0f4a85e3b83b7909d743cb6b6c925f40f.tar.xz
latinime-9e820fa0f4a85e3b83b7909d743cb6b6c925f40f.zip
Cleanup
- Remove dead code - Add colors Change-Id: I011146b33a37375d2a0b12342d65bad62ba7542b
Diffstat (limited to 'java/src/com/android/inputmethod/voice/LatinIMEWithVoiceSettings.java')
-rw-r--r--java/src/com/android/inputmethod/voice/LatinIMEWithVoiceSettings.java21
1 files changed, 0 insertions, 21 deletions
diff --git a/java/src/com/android/inputmethod/voice/LatinIMEWithVoiceSettings.java b/java/src/com/android/inputmethod/voice/LatinIMEWithVoiceSettings.java
deleted file mode 100644
index 13a58e14d..000000000
--- a/java/src/com/android/inputmethod/voice/LatinIMEWithVoiceSettings.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * Copyright (C) 2009 Google Inc.
- *
- * 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.voice;
-
-import com.android.inputmethod.latin.LatinIMESettings;
-
-public class LatinIMEWithVoiceSettings extends LatinIMESettings {}