lib/glesv2: fixes unread variables
authorAlexandre Terrasa <alexandre@moz-code.org>
Fri, 12 Dec 2014 21:17:49 +0000 (16:17 -0500)
committerAlexandre Terrasa <alexandre@moz-code.org>
Fri, 12 Dec 2014 21:17:49 +0000 (16:17 -0500)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

lib/glesv2/examples/opengles2_hello_triangle.nit

index 32663d0..d62153f 100644 (file)
@@ -83,8 +83,6 @@ end
 
 var config = configs.first
 
-var format = config.attribs(egl_display).native_visual_id
-
 # TODO android part
 # Opengles1Display_midway_init(recv, format);