[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [38969] trunk/blender/intern/ghost/intern/ GHOST_SystemWin32.cpp: Debug print removed.

Nathan Letwory nathan at letworyinteractive.com
Wed Aug 3 09:08:28 CEST 2011


Revision: 38969
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=38969
Author:   jesterking
Date:     2011-08-03 07:08:28 +0000 (Wed, 03 Aug 2011)
Log Message:
-----------
Debug print removed.

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

Modified: trunk/blender/intern/ghost/intern/GHOST_SystemWin32.cpp
===================================================================
--- trunk/blender/intern/ghost/intern/GHOST_SystemWin32.cpp	2011-08-03 06:57:47 UTC (rev 38968)
+++ trunk/blender/intern/ghost/intern/GHOST_SystemWin32.cpp	2011-08-03 07:08:28 UTC (rev 38969)
@@ -730,11 +730,9 @@
 {
 	GHOST_System* system = (GHOST_System*)getSystem();
 
-	if (type == GHOST_kEventWindowActivate)
-		{
-		puts("activating window");
+	if (type == GHOST_kEventWindowActivate) {
 		system->getWindowManager()->setActiveWindow(window);
-		}
+	}
 
 	return new GHOST_Event(system->getMilliSeconds(), type, window);
 }




More information about the Bf-blender-cvs mailing list