Author: grumbel
Date: 2008-07-02 07:15:35 +0200 (Wed, 02 Jul 2008)
New Revision: 3622
Modified:
trunk/pingus/src/screen/screen.hpp
Log:
Removed unused virtual function
Modified: trunk/pingus/src/screen/screen.hpp
===================================================================
--- trunk/pingus/src/screen/screen.hpp 2008-07-02 04:30:10 UTC (rev 3621)
+++ trunk/pingus/src/screen/screen.hpp 2008-07-02 05:15:35 UTC (rev 3622)
@@ -44,8 +44,6 @@
/** Pass a delta to the screen */
virtual void update (const GameDelta& delta) =0;
- virtual unsigned int time_till_next_update() { return 0; }
-
/** Called once the screen gets activated and becomes the current
screen */
virtual void on_startup () {}
_______________________________________________
pingus-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/pingus-cvs