Removed glfwCopyContext to map better against EGL.

This commit is contained in:
Camilla Berglund
2012-11-22 20:16:48 +01:00
parent 06e7a96c61
commit 2a166c5086
8 changed files with 5 additions and 77 deletions
-1
View File
@@ -309,7 +309,6 @@ void _glfwPlatformSwapInterval(int interval);
void _glfwPlatformRefreshWindowParams(_GLFWwindow* window);
int _glfwPlatformExtensionSupported(const char* extension);
GLFWglproc _glfwPlatformGetProcAddress(const char* procname);
void _glfwPlatformCopyContext(_GLFWwindow* src, _GLFWwindow* dst, unsigned long mask);
//========================================================================