Bug 636609 - Remove DEBUG_GL_ERROR_CHECK. r+a=joe

This commit is contained in:
Matt Woodrow
2011-02-25 20:05:31 +13:00
parent cdc950e382
commit 65a86a8212
8 changed files with 0 additions and 89 deletions

View File

@@ -332,16 +332,10 @@ ContainerRender(Container* aContainer,
2, f);
}
DEBUG_GL_ERROR_CHECK(aContainer->gl());
aManager->BindAndDrawQuad(rgb, aManager->IsDrawingFlipped());
DEBUG_GL_ERROR_CHECK(aContainer->gl());
// Clean up resources. This also unbinds the texture.
aContainer->gl()->fDeleteTextures(1, &containerSurface);
DEBUG_GL_ERROR_CHECK(aContainer->gl());
}
}