Remove an unused method (A22)

Change-Id: I2195f365df1799c8b3b2a53670d1df535ab1a742
main
Jean Chalard 2012-06-26 17:39:06 +09:00
parent 6234be1fe7
commit f05392f213
1 changed files with 0 additions and 8 deletions

View File

@ -211,14 +211,6 @@ public class Suggest {
return sb;
}
// Compatibility for tests. TODO: remove this
public SuggestedWords getSuggestedWords(
final WordComposer wordComposer, CharSequence prevWordForBigram,
final ProximityInfo proximityInfo, final boolean isCorrectionEnabled) {
return getSuggestedWords(wordComposer, prevWordForBigram, proximityInfo,
isCorrectionEnabled, false);
}
// TODO: cleanup dictionaries looking up and suggestions building with SuggestedWords.Builder
public SuggestedWords getSuggestedWords(
final WordComposer wordComposer, CharSequence prevWordForBigram,