Bug 1338184 - remove unused GetGlobalContextWGL function; r=jgilbert

clang-cl warns about this function being unused.
This commit is contained in:
Nathan Froyd 2017-02-15 11:43:37 -04:00
parent 86216cdd9d
commit b6b1353ae8

View File

@ -431,12 +431,6 @@ IsValidSizeForFormat(HDC hDC, int format,
return true;
}
static GLContextWGL*
GetGlobalContextWGL()
{
return static_cast<GLContextWGL*>(GLContextProviderWGL::GetGlobalContext());
}
already_AddRefed<GLContext>
GLContextProviderWGL::CreateWrappingExisting(void*, void*)
{