Remove an unused method (A22)
Change-Id: I2195f365df1799c8b3b2a53670d1df535ab1a742main
parent
6234be1fe7
commit
f05392f213
|
@ -211,14 +211,6 @@ public class Suggest {
|
||||||
return sb;
|
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
|
// TODO: cleanup dictionaries looking up and suggestions building with SuggestedWords.Builder
|
||||||
public SuggestedWords getSuggestedWords(
|
public SuggestedWords getSuggestedWords(
|
||||||
final WordComposer wordComposer, CharSequence prevWordForBigram,
|
final WordComposer wordComposer, CharSequence prevWordForBigram,
|
||||||
|
|
Loading…
Reference in New Issue