gl_drm: Don't NULL init a variable we're about to set

minor clean up with no functional change.
This commit is contained in:
Derek Foreman 2018-03-08 11:24:02 -06:00
parent 37b9a246ba
commit 3fc6eea24f
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ void
eng_egl_symbols(EGLDisplay edsp)
{
static Eina_Bool done = EINA_FALSE;
const char *exts = NULL;
const char *exts;
if (done) return;