Fix compiler warnings on linux

This commit is contained in:
matsukaze 2014-02-13 13:59:56 -05:00
parent bf43db7c14
commit 6c50491ee7

View file

@ -384,8 +384,6 @@ void PrimitiveRenderer::initializeGL() {
// Initialize the first vertex element in the buffer to all zeros, the
// degenerate case
deconstructVertexElement(0);
GLint err = glGetError();
}
void PrimitiveRenderer::initializeBookkeeping() {