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);
 }

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to