remove unused function
Change-Id: I7dbcf2926801279a286980f6a650f63722890cea
This commit is contained in:
parent
a8ce88bf44
commit
ea9d2fa1cd
2 changed files with 0 additions and 7 deletions
|
@ -246,11 +246,6 @@ ProximityType ProximityInfoState::getMatchedProximityId(const int index, const i
|
||||||
return UNRELATED_CHAR;
|
return UNRELATED_CHAR;
|
||||||
}
|
}
|
||||||
|
|
||||||
int ProximityInfoState::getSpaceY() const {
|
|
||||||
const int keyId = mProximityInfo->getKeyIndexOf(KEYCODE_SPACE);
|
|
||||||
return mProximityInfo->getKeyCenterYOfKeyIdG(keyId);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Puts possible characters into filter and returns new filter size.
|
// Puts possible characters into filter and returns new filter size.
|
||||||
int ProximityInfoState::getAllPossibleChars(
|
int ProximityInfoState::getAllPossibleChars(
|
||||||
const size_t index, int *const filter, const int filterSize) const {
|
const size_t index, int *const filter, const int filterSize) const {
|
||||||
|
|
|
@ -155,8 +155,6 @@ class ProximityInfoState {
|
||||||
ProximityType getMatchedProximityId(const int index, const int c,
|
ProximityType getMatchedProximityId(const int index, const int c,
|
||||||
const bool checkProximityChars, int *proximityIndex = 0) const;
|
const bool checkProximityChars, int *proximityIndex = 0) const;
|
||||||
|
|
||||||
int getSpaceY() const;
|
|
||||||
|
|
||||||
int getAllPossibleChars(const size_t startIndex, int *const filter, const int filterSize) const;
|
int getAllPossibleChars(const size_t startIndex, int *const filter, const int filterSize) const;
|
||||||
|
|
||||||
float getSpeedRate(const int index) const {
|
float getSpeedRate(const int index) const {
|
||||||
|
|
Loading…
Reference in a new issue