projects: update some short descriptions
[nit.git] / lib / mnit / opengles1.nit
index faa370c..3ee92fe 100644 (file)
@@ -152,7 +152,7 @@ class Opengles1Display
                                EGL_RED_SIZE, 8,
                                EGL_NONE
                };
-               EGLint w, h, dummy, format;
+               EGLint w, h, format;
                EGLint numConfigs;
                EGLConfig config;
                EGLSurface surface;