From 7e9286c1fa15a5a1d94d8e41013e7e855a2cc46c Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 27 Nov 2012 13:10:14 +0100 Subject: [PATCH] Removed unused stub. --- src/egl_opengl.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/egl_opengl.c b/src/egl_opengl.c index 054e01f1..0f10745d 100644 --- a/src/egl_opengl.c +++ b/src/egl_opengl.c @@ -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"); -} -