diff --git a/Graphics/drawMesh.cpp b/Graphics/drawMesh.cpp
index 2ab9e6a86ade3239e0735879bacd83bc7dc05c2a..3c0bbfed211c92fd8d2ac362289d7f8f5d2fa559 100644
--- a/Graphics/drawMesh.cpp
+++ b/Graphics/drawMesh.cpp
@@ -986,8 +986,6 @@ void drawContext::drawMesh()
 	glDisable((GLenum)(GL_CLIP_PLANE0 + i));
   }
 
-  const int fakeTransparency = true;
-
   static bool busy = false;
   if(!busy){
     busy = true;