pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] r3734 - in trunk/pingus/src: . components


From: grumbel at BerliOS
Subject: [Pingus-CVS] r3734 - in trunk/pingus/src: . components
Date: Tue, 8 Jul 2008 07:53:15 +0200

Author: grumbel
Date: 2008-07-08 07:53:14 +0200 (Tue, 08 Jul 2008)
New Revision: 3734

Modified:
   trunk/pingus/src/components/playfield.cpp
   trunk/pingus/src/game_session.cpp
Log:
Debug cout removed

Modified: trunk/pingus/src/components/playfield.cpp
===================================================================
--- trunk/pingus/src/components/playfield.cpp   2008-07-08 05:53:04 UTC (rev 
3733)
+++ trunk/pingus/src/components/playfield.cpp   2008-07-08 05:53:14 UTC (rev 
3734)
@@ -260,7 +260,6 @@
 void
 Playfield::update_layout() 
 {
-  std::cout << rect.get_width() << ", " << rect.get_height() << std::endl;
   state.set_size(rect.get_width(), rect.get_height());
   scene_context->set_rect(rect);
 }

Modified: trunk/pingus/src/game_session.cpp
===================================================================
--- trunk/pingus/src/game_session.cpp   2008-07-08 05:53:04 UTC (rev 3733)
+++ trunk/pingus/src/game_session.cpp   2008-07-08 05:53:14 UTC (rev 3734)
@@ -377,8 +377,6 @@
 {
   GUIScreen::resize(size);
 
-  std::cout << "ReSize: " << size.width << ", " << size.height << std::endl;
-
   int world_width  = server->get_world()->get_width();
   int world_height = server->get_world()->get_height();
   





reply via email to

[Prev in Thread] Current Thread [Next in Thread]