[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [17251] trunk/blender/intern/ghost/intern/ GHOST_WindowWin32.cpp: * remove unreferenced var

Nathan Letwory jesterking at letwory.net
Fri Oct 31 21:47:30 CET 2008


Revision: 17251
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=17251
Author:   jesterking
Date:     2008-10-31 21:47:30 +0100 (Fri, 31 Oct 2008)

Log Message:
-----------
* remove unreferenced var

Modified Paths:
--------------
    trunk/blender/intern/ghost/intern/GHOST_WindowWin32.cpp

Modified: trunk/blender/intern/ghost/intern/GHOST_WindowWin32.cpp
===================================================================
--- trunk/blender/intern/ghost/intern/GHOST_WindowWin32.cpp	2008-10-31 20:35:14 UTC (rev 17250)
+++ trunk/blender/intern/ghost/intern/GHOST_WindowWin32.cpp	2008-10-31 20:47:30 UTC (rev 17251)
@@ -854,7 +854,7 @@
 static int EnumPixelFormats(HDC hdc) {
 	int iPixelFormat;
 	int i, n, w, weight = 0;
-	PIXELFORMATDESCRIPTOR pfd, pfd_fallback;
+	PIXELFORMATDESCRIPTOR pfd;
 	
 	/* we need a device context to do anything */
 	if(!hdc) return 0;





More information about the Bf-blender-cvs mailing list