mirror of
https://github.com/glfw/glfw.git
synced 2026-02-21 14:43:02 +01:00
Removed unused stub.
This commit is contained in:
@@ -589,14 +589,3 @@ GLFWglproc _glfwPlatformGetProcAddress(const char* procname)
|
||||
return _glfw_eglGetProcAddress(procname);
|
||||
}
|
||||
|
||||
|
||||
//========================================================================
|
||||
// Copies the specified OpenGL state categories from src to dst
|
||||
//========================================================================
|
||||
|
||||
void _glfwPlatformCopyContext(_GLFWwindow* src, _GLFWwindow* dst, unsigned long mask)
|
||||
{
|
||||
_glfwSetError(GLFW_PLATFORM_ERROR,
|
||||
"EGL: Context copying not supported by EGL");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user