X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6841d412ae276fc3a34b5e060e624bd6763a2d37..7a21e692d22ec16a5de7dbbb73761d4c4456edaa:/src/mac/timer.cpp diff --git a/src/mac/timer.cpp b/src/mac/timer.cpp index 1c15383290..4fcae35e09 100644 --- a/src/mac/timer.cpp +++ b/src/mac/timer.cpp @@ -108,7 +108,6 @@ bool wxTimer::Start(int milliseconds,bool mode) wxCHECK_MSG( m_milli > 0, FALSE, wxT("invalid value for timer timeour") ); wxCHECK_MSG( m_info->m_task.tmAddr == NULL , FALSE, wxT("attempting to restart a timer") ); - m_milli = milliseconds; #if defined(UNIVERSAL_INTERFACES_VERSION) && (UNIVERSAL_INTERFACES_VERSION >= 0x0340) m_info->m_task.tmAddr = NewTimerUPP( MacTimerProc ) ; #else