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

Commit 1e3a431d authored by Romain Guy's avatar Romain Guy
Browse files

Remove debug code

Change-Id: Idbc54d16adb4d86185d7196ea0297b5019d14ae4
parent ffac7fc5
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);