From acccaa39641500b8a691db4136e6571102a438ed Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Thu, 10 Jul 2014 12:17:55 +0200 Subject: Remove current time parameter of the Timer constructor --- include/timer.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/timer.h') diff --git a/include/timer.h b/include/timer.h index 1787da7ba..2ac0517b8 100644 --- a/include/timer.h +++ b/include/timer.h @@ -50,10 +50,9 @@ class CoreExport Timer public: /** Default constructor, initializes the triggering time * @param secs_from_now The number of seconds from now to trigger the timer - * @param now The time now * @param repeating Repeat this timer every secs_from_now seconds if set to true */ - Timer(unsigned int secs_from_now, time_t now, bool repeating = false); + Timer(unsigned int secs_from_now, bool repeating = false); /** Default destructor, removes the timer from the timer manager */ -- cgit v1.3.1-10-gc9f91