Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 68c5a911 authored by Satoshi Kataoka's avatar Satoshi Kataoka Committed by Android Git Automerger
Browse files

am 4fab43dd: Merge "remove unused function"

# Via Android (Google) Code Review (1) and Satoshi Kataoka (1)
* commit '4fab43dd':
  remove unused function
parents 0b184d9f 4fab43dd
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -246,11 +246,6 @@ ProximityType ProximityInfoState::getMatchedProximityId(const int index, const i
    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.
int ProximityInfoState::getAllPossibleChars(
        const size_t index, int *const filter, const int filterSize) const {
+0 −2
Original line number Diff line number Diff line
@@ -155,8 +155,6 @@ class ProximityInfoState {
    ProximityType getMatchedProximityId(const int index, const int c,
            const bool checkProximityChars, int *proximityIndex = 0) const;

    int getSpaceY() const;

    int getAllPossibleChars(const size_t startIndex, int *const filter, const int filterSize) const;

    float getSpeedRate(const int index) const {