]> git.tdb.fi Git - libs/core.git/blobdiff - source/time/timer.h
Remove deprecated things
[libs/core.git] / source / time / timer.h
index 575599fa6bb92eb16abeeced1f1147bb32cdaa8f..8bd4d074a70ea569b19074b32e303323143fae81 100644 (file)
@@ -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();