Removed unused stub.

This commit is contained in:
Camilla Berglund 2012-11-27 13:10:14 +01:00
parent b934cdf573
commit 7e9286c1fa

View File

@ -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");
}