Remove a useless method

Change-Id: I2002662ee07af2fcc626a52ea4e9ad8977b29ca2
This commit is contained in:
Jean Chalard 2012-03-05 12:46:35 +09:00
parent 428178aca6
commit 611ec69413

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;
}