mirror of
https://github.com/roytam1/basilisk55.git
synced 2026-05-26 15:02:46 +00:00
ported from UXP: Issue #3079 - Silence EGL library load logging (e37be1c0)
This commit is contained in:
@@ -355,7 +355,6 @@ GLLibraryEGL::EnsureInitialized(bool forceAccel, nsACString* const out_failureId
|
||||
#endif
|
||||
|
||||
if (!mEGLLibrary) {
|
||||
printf_stderr("Attempting load of libEGL.so\n");
|
||||
mEGLLibrary = PR_LoadLibrary("libEGL.so");
|
||||
}
|
||||
#if defined(XP_UNIX)
|
||||
@@ -786,4 +785,3 @@ GLLibraryEGL::AfterGLCall(const char* glFunction)
|
||||
|
||||
} /* namespace gl */
|
||||
} /* namespace mozilla */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user