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

Commit ea30eb29 authored by Andreas Gampe's avatar Andreas Gampe
Browse files

Hwui: Remove unused variables

For build-system CFLAGS clean-up, remove unused variables.

Bug: 18632512

(cherry picked from commit cb4af9b1)

Change-Id: Ic58bedc84234325512193991fc64315e3aad6f9e
parent ebdc7caa
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;
        }
    }
}