From 457e4df25af3547befb210160dab8cbf93be662d Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Fri, 4 Apr 2008 09:57:45 +0000 Subject: INTEGRATION: CWS aquavcl06 (1.16.64); FILE MERGED 2008/03/18 18:25:41 pl 1.16.64.1: #i86581# timer recursion protection is not necessary on MacOS since timers get called on Yield only anyway. Moreover it was harmful since it didn not take yield levels into account --- vcl/aqua/source/app/saltimer.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'vcl/aqua/source/app/saltimer.cxx') diff --git a/vcl/aqua/source/app/saltimer.cxx b/vcl/aqua/source/app/saltimer.cxx index 959d8617a7a1..a8d82c29bcaa 100644 --- a/vcl/aqua/source/app/saltimer.cxx +++ b/vcl/aqua/source/app/saltimer.cxx @@ -4,9 +4,9 @@ * * $RCSfile: saltimer.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: ihi $ $Date: 2008-01-14 16:16:19 $ + * last change: $Author: kz $ $Date: 2008-04-04 10:57:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -46,7 +46,6 @@ NSTimer* AquaSalTimer::pRunningTimer = nil; bool AquaSalTimer::bDispatchTimer = false; -bool AquaSalTimer::bTimerInDispatch = false; void ImplSalStartTimer( ULONG nMS ) -- cgit