oops forgot to remove a LOGD when loading an opengl driver

This commit is contained in:
Mathias Agopian
2009-04-24 18:16:44 -07:00
parent 9e8ca9a19c
commit 799af8dd1d

View File

@ -346,7 +346,7 @@ void *load_driver(const char* driver, gl_hooks_t* hooks)
}
}
if (f == NULL) {
LOGD("%s", name);
//LOGD("%s", name);
f = (__eglMustCastToProperFunctionPointerType)gl_unimplemented;
}
*curr++ = f;