From a74564f3ba048664794f08254897bc3ffdd87e61 Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Fri, 12 Dec 2014 16:17:49 -0500 Subject: [PATCH] lib/glesv2: fixes unread variables Signed-off-by: Alexandre Terrasa --- lib/glesv2/examples/opengles2_hello_triangle.nit | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/glesv2/examples/opengles2_hello_triangle.nit b/lib/glesv2/examples/opengles2_hello_triangle.nit index 32663d0..d62153f 100644 --- a/lib/glesv2/examples/opengles2_hello_triangle.nit +++ b/lib/glesv2/examples/opengles2_hello_triangle.nit @@ -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); -- 1.7.9.5