commit | 3d8817935b47ef67d86a872f64b1ba0e31ae6d0a | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Fri Apr 24 18:16:44 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Fri Apr 24 18:16:44 2009 -0700 |
tree | 6936d5bcb9a347ac10e68223725210b64bd649cd | |
parent | 4e8bdce13fe34e4a61bcc91f05ee53d0cd3a6230 [diff] [blame] |
oops forgot to remove a LOGD when loading an opengl driver
diff --git a/opengl/libs/EGL/egl.cpp b/opengl/libs/EGL/egl.cpp index ff005e2..5ed3ecc 100644 --- a/opengl/libs/EGL/egl.cpp +++ b/opengl/libs/EGL/egl.cpp
@@ -346,7 +346,7 @@ } } if (f == NULL) { - LOGD("%s", name); + //LOGD("%s", name); f = (__eglMustCastToProperFunctionPointerType)gl_unimplemented; } *curr++ = f;