X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Ftime%2Ftimer.h;h=8bd4d074a70ea569b19074b32e303323143fae81;hb=f7087c847a03a2bb4e9392e41eac4cb1ec37172c;hp=575599fa6bb92eb16abeeced1f1147bb32cdaa8f;hpb=c3e242c2629cbc9645258b30aaf07b7285d4372b;p=libs%2Fcore.git diff --git a/source/time/timer.h b/source/time/timer.h index 575599f..8bd4d07 100644 --- a/source/time/timer.h +++ b/source/time/timer.h @@ -67,9 +67,6 @@ public: /** Cancels a previously added timer. */ void cancel(Slot &); - /** Deprecated. Use one of the other overloads. */ - 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();