Merge "Remove a useless method"

main
Jean Chalard 2012-03-04 19:58:24 -08:00 committed by Android (Google) Code Review
commit f1a559c516
1 changed files with 0 additions and 7 deletions

View File

@ -53,13 +53,6 @@ public class ComposingStateManager {
}
}
public synchronized boolean isComposing() {
// TODO: use the composing flag in WordComposer instead of maintaining it
// here separately. Even better, do away with this class and manage the auto
// correction indicator in the same place as the suggestions.
return mIsComposing;
}
public synchronized boolean isAutoCorrectionIndicatorOn() {
return mAutoCorrectionIndicatorOn;
}