windstille-devel
[Top][All Lists]
Advanced

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

[Windstille-devel] rev 368 - trunk/src


From: Ingo Ruhnke
Subject: [Windstille-devel] rev 368 - trunk/src
Date: Sun, 30 May 2004 03:12:23 +0200

Author: grumbel
Date: 2004-05-30 03:12:23 +0200 (Sun, 30 May 2004)
New Revision: 368

Modified:
   trunk/src/supertux.py
   trunk/src/tilemap_layer.cxx
Log:
 - removed unused prints

Modified: trunk/src/supertux.py
===================================================================
--- trunk/src/supertux.py       2004-05-30 00:54:18 UTC (rev 367)
+++ trunk/src/supertux.py       2004-05-30 01:12:23 UTC (rev 368)
@@ -97,9 +97,7 @@
     def activate(self, workspace):
         workspace.set_map(self.editormap)
         TilemapLayer.set_current(self.interactive)
-        print "ObjectLayerCurrent: ", ObjectLayer.current()
         ObjectLayer.set_current(self.objects)
-        print "ObjectLayerCurrent: ", ObjectLayer.current()
         #(tilemap-paint-tool-set-tilemap (supertux:interactive-tm stlv))
         #(editor-tilemap-set-current     (supertux:interactive-tm stlv))
         #(editor-objectmap-set-current   (supertux:objmap stlv))

Modified: trunk/src/tilemap_layer.cxx
===================================================================
--- trunk/src/tilemap_layer.cxx 2004-05-30 00:54:18 UTC (rev 367)
+++ trunk/src/tilemap_layer.cxx 2004-05-30 01:12:23 UTC (rev 368)
@@ -18,7 +18,6 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <math.h>
-#include <iostream>
 #include <ClanLib/Display/display.h>
 #include <ClanLib/Display/pixel_buffer.h>
 #include <ClanLib/Display/pixel_format.h>
@@ -41,12 +40,8 @@
 class TilemapLayerImpl : public LayerImpl
 {
 public:
-  TilemapLayerImpl() {
-    std::cout << "TilemapLayerImpl(" << this << ")" << std::endl;
-  }
-  virtual ~TilemapLayerImpl() {
-    std::cout << "~TilemapLayerImpl(" << this << ")" << std::endl;
-  }
+  TilemapLayerImpl() {}
+  virtual ~TilemapLayerImpl() {}
 
   Tileset tileset;
   CL_Color background_color;





reply via email to

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