summaryrefslogtreecommitdiff
path: root/java/com/android/inputmethodcommon/InputMethodSettingsInterface.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/inputmethodcommon/InputMethodSettingsInterface.java')
-rw-r--r--java/com/android/inputmethodcommon/InputMethodSettingsInterface.java14
1 files changed, 0 insertions, 14 deletions
diff --git a/java/com/android/inputmethodcommon/InputMethodSettingsInterface.java b/java/com/android/inputmethodcommon/InputMethodSettingsInterface.java
index 8e0f027..6e97fae 100644
--- a/java/com/android/inputmethodcommon/InputMethodSettingsInterface.java
+++ b/java/com/android/inputmethodcommon/InputMethodSettingsInterface.java
@@ -50,20 +50,6 @@ public interface InputMethodSettingsInterface {
public void setSubtypeEnablerTitle(CharSequence title);
/**
- * Sets the summary for the inputmethod enabler preference for launching subtype enabler with a
- * resource ID.
- * @param resId The resource id of the summary for the preference.
- */
- public void setSubtypeEnablerSummary(int resId);
-
- /**
- * Sets the summary for the inputmethod enabler preference for launching subtype enabler with a
- * CharSequence.
- * @param summary The summary of the preference.
- */
- public void setSubtypeEnablerSummary(CharSequence summary);
-
- /**
* Sets the icon for the preference for launching subtype enabler with a resource ID.
* @param resId The resource id of an optional icon for the preference.
*/