pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] r3995 - trunk/pingus/src/actions


From: grumbel at BerliOS
Subject: [Pingus-CVS] r3995 - trunk/pingus/src/actions
Date: Fri, 10 Apr 2009 07:24:12 +0200

Author: grumbel
Date: 2009-04-10 07:24:10 +0200 (Fri, 10 Apr 2009)
New Revision: 3995

Modified:
   trunk/pingus/src/actions/blocker.cpp
   trunk/pingus/src/actions/blocker.hpp
Log:
Unused function removed

Modified: trunk/pingus/src/actions/blocker.cpp
===================================================================
--- trunk/pingus/src/actions/blocker.cpp        2009-04-10 05:23:42 UTC (rev 
3994)
+++ trunk/pingus/src/actions/blocker.cpp        2009-04-10 05:24:10 UTC (rev 
3995)
@@ -93,12 +93,6 @@
     }
 }
 
-int
-Blocker::y_offset(void)
-{
-  return -33;
-}
-
 } // namespace Actions
 
 /* EOF */

Modified: trunk/pingus/src/actions/blocker.hpp
===================================================================
--- trunk/pingus/src/actions/blocker.hpp        2009-04-10 05:23:42 UTC (rev 
3994)
+++ trunk/pingus/src/actions/blocker.hpp        2009-04-10 05:24:10 UTC (rev 
3995)
@@ -30,8 +30,6 @@
 public:
   Blocker (Pingu* p);
 
-  int   y_offset ();
-
   ActionName get_type() const { return Actions::BLOCKER; }
 
   void  draw (SceneContext& gc);





reply via email to

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