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

Commit 3255e2f9 authored by Andreas Gampe's avatar Andreas Gampe Committed by Android (Google) Code Review
Browse files

Merge "Hwui: Remove unused variables" into mnc-dev-plus-aosp

parents 17b4be07 fea85a33
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -474,7 +474,6 @@ void FontRenderer::issueDrawCommand(Vector<CacheTexture*>& cacheTextures) {
    if (!mFunctor) return;

    bool first = true;
    bool forceRebind = false;
    for (uint32_t i = 0; i < cacheTextures.size(); i++) {
        CacheTexture* texture = cacheTextures[i];
        if (texture->canDraw()) {
@@ -487,7 +486,6 @@ void FontRenderer::issueDrawCommand(Vector<CacheTexture*>& cacheTextures) {
            mFunctor->draw(*texture, mLinearFiltering);

            texture->resetMesh();
            forceRebind = false;
        }
    }
}