summaryrefslogtreecommitdiff
path: root/vcl/aqua/source/app/saltimer.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-04-04 09:57:45 +0000
committerKurt Zenker <kz@openoffice.org>2008-04-04 09:57:45 +0000
commit457e4df25af3547befb210160dab8cbf93be662d (patch)
tree2b80116516a14eb5d5b7a3f1d162effa829b4644 /vcl/aqua/source/app/saltimer.cxx
parent5a0d48d287a5fb98c6ce2b0369d78cc41c2df1e8 (diff)
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
Diffstat (limited to 'vcl/aqua/source/app/saltimer.cxx')
-rw-r--r--vcl/aqua/source/app/saltimer.cxx5
1 files changed, 2 insertions, 3 deletions
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 )