pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/input/axes button_axis.cxx,1.4,1.5


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/input/axes button_axis.cxx,1.4,1.5
Date: 29 Oct 2002 19:26:00 -0000

Update of /usr/local/cvsroot/Games/Pingus/src/input/axes
In directory dark:/tmp/cvs-serv20929

Modified Files:
        button_axis.cxx 
Log Message:
removed unrequired debug output


Index: button_axis.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/input/axes/button_axis.cxx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- button_axis.cxx     29 Oct 2002 17:47:15 -0000      1.4
+++ button_axis.cxx     29 Oct 2002 19:25:58 -0000      1.5
@@ -19,7 +19,6 @@
 
 #include "button_axis.hxx"
 #include "../button.hxx"
-#include "../../debug.hxx"
 
 namespace Input {
 
@@ -73,9 +72,6 @@
         pos = -1.0f;
       else if (pos > 1.0f)
         pos = 1.0f;
-       
-      if (pos)
-        pwarn << "Pos: " << pos << std::endl;
     }
 
   }





reply via email to

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