X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscripting%2Ftime_scheduler.hpp;h=d26cb763bb7cf3d9bc312831a87265146f6e5dc0;hb=86e5914510fc29f4decbb66a7d602872b6c8555e;hp=c431f14e8009402d4b4faf65f13f0be766c38d80;hpb=dd793c93ac07637402de084f20c0e17d57fb069e;p=supertux.git diff --git a/src/scripting/time_scheduler.hpp b/src/scripting/time_scheduler.hpp index c431f14e8..d26cb763b 100644 --- a/src/scripting/time_scheduler.hpp +++ b/src/scripting/time_scheduler.hpp @@ -41,8 +41,6 @@ public: static TimeScheduler* instance; - void set_pause(bool paused); - private: struct ScheduleEntry { /// weak reference to the squirrel vm object @@ -59,9 +57,6 @@ private: typedef std::vector ScheduleHeap; ScheduleHeap schedule; - bool paused; - float last_update; - float internal_time; }; }