From: <eli...@us...> - 2007-12-04 09:27:56
|
Revision: 2925 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=2925&view=rev Author: elias_naur Date: 2007-12-04 01:27:54 -0800 (Tue, 04 Dec 2007) Log Message: ----------- Windows: Removed unused local declarations from WindowsContextImplementation.c Modified Paths: -------------- trunk/LWJGL/src/native/windows/org_lwjgl_opengl_WindowsContextImplementation.c Modified: trunk/LWJGL/src/native/windows/org_lwjgl_opengl_WindowsContextImplementation.c =================================================================== --- trunk/LWJGL/src/native/windows/org_lwjgl_opengl_WindowsContextImplementation.c 2007-11-27 07:58:03 UTC (rev 2924) +++ trunk/LWJGL/src/native/windows/org_lwjgl_opengl_WindowsContextImplementation.c 2007-12-04 09:27:54 UTC (rev 2925) @@ -53,8 +53,6 @@ WindowsContext *context_info; HGLRC context; HGLRC shared_context = NULL; - HDC saved_hdc; - HGLRC saved_context; jobject context_handle = newJavaManagedByteBuffer(env, sizeof(WindowsContext)); if (context_handle == NULL) { throwException(env, "Could not create handle buffer"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |