X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Ftime%2Ftimer.h;h=8bd4d074a70ea569b19074b32e303323143fae81;hp=62f248d23a722078472c461b9f04186c6cdd827d;hb=817e584903996a041692640720a5a272d847a3c7;hpb=5c67ff04d21b2d85f6156eed3b1f05120d24a757 diff --git a/source/time/timer.h b/source/time/timer.h index 62f248d..8bd4d07 100644 --- a/source/time/timer.h +++ b/source/time/timer.h @@ -3,7 +3,6 @@ #include #include -#include #include #include #include @@ -68,9 +67,6 @@ public: /** Cancels a previously added timer. */ void cancel(Slot &); - /** Deprecated. Use one of the other overloads. */ - DEPRECATED void tick(bool block); - /** Waits until a timer expires, then executes it. If no timers have been set, blocks until one is added from another thread. */ void tick();