From 54a81031bcb8e67ef661fb4f96cb2f65501f4c85 Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Wed, 15 Aug 2012 12:55:41 +0100 Subject: [PATCH] Revert "Missing "invert" declaration in OpenGLDrawMethods" This reverts commit 708379a3f859cb0d09e44c5b2c41469396809940. --- src/graphics/OpenGLDrawMethods.inl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/graphics/OpenGLDrawMethods.inl b/src/graphics/OpenGLDrawMethods.inl index db71fb733..cbf311366 100644 --- a/src/graphics/OpenGLDrawMethods.inl +++ b/src/graphics/OpenGLDrawMethods.inl @@ -6,7 +6,6 @@ int PIXELMETHODS_CLASS::drawtext(int x, int y, const char *s, int r, int g, int return 0; int oR = r, oG = g, oB = b; int width, height; - bool invert = false; Graphics::textsize(s, width, height); VideoBuffer texture(width, height); int characterX = 0, characterY = 0;