diff options
Diffstat (limited to 'libs/hwui/FontRenderer.cpp')
| -rw-r--r-- | libs/hwui/FontRenderer.cpp | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/hwui/FontRenderer.cpp b/libs/hwui/FontRenderer.cpp index 35051b7cccea..9c2c1192a69d 100644 --- a/libs/hwui/FontRenderer.cpp +++ b/libs/hwui/FontRenderer.cpp @@ -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;          }      }  }  |