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

Commit 24bb317f authored by Romain Guy's avatar Romain Guy Committed by Android (Google) Code Review
Browse files

Merge "Remove debug code" into honeycomb

parents e9d3da13 1e3a431d
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -569,9 +569,6 @@ void OpenGLRenderer::composeLayer(sp<Snapshot> current, sp<Snapshot> previous) {
        composeLayerRect(layer, rect, true);
    }

    drawColorRect(rect.left, rect.top, rect.right, rect.bottom, 0x7fff0000,
            SkXfermode::kSrcOver_Mode, true);

    if (fboLayer) {
        // Detach the texture from the FBO
        glBindFramebuffer(GL_FRAMEBUFFER, current->fbo);