From: <eli...@us...> - 2008-11-22 14:54:20
|
Revision: 3149 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3149&view=rev Author: elias_naur Date: 2008-11-22 14:54:15 +0000 (Sat, 22 Nov 2008) Log Message: ----------- Windows: Removed unused variable Modified Paths: -------------- trunk/LWJGL/src/native/windows/org_lwjgl_opengl_Pbuffer.c Modified: trunk/LWJGL/src/native/windows/org_lwjgl_opengl_Pbuffer.c =================================================================== --- trunk/LWJGL/src/native/windows/org_lwjgl_opengl_Pbuffer.c 2008-11-22 14:51:36 UTC (rev 3148) +++ trunk/LWJGL/src/native/windows/org_lwjgl_opengl_Pbuffer.c 2008-11-22 14:54:15 UTC (rev 3149) @@ -136,7 +136,6 @@ const int *pBufferAttribs_ptr; WindowsPeerInfo *peer_info = (WindowsPeerInfo *)(*env)->GetDirectBufferAddress(env, peer_info_handle); int pixel_format_id; - jclass cls_pixel_format = (*env)->GetObjectClass(env, pixel_format); if ( pBufferAttribs != NULL ) { pBufferAttribs_ptr = (const int *)(*env)->GetDirectBufferAddress(env, pBufferAttribs); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |