[Libreoffice-commits] core.git: vcl/source
Michael Meeks
michael.meeks at collabora.com
Thu Mar 3 02:41:02 UTC 2016
vcl/source/app/scheduler.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 7ccdb94e2c5774f924bf89b34387c7d41e2e4c30
Author: Michael Meeks <michael.meeks at collabora.com>
Date: Thu Mar 3 02:32:50 2016 +0000
vcl: scheduler - remove obsolete comment.
Change-Id: I8a469f73b682e32bbb15a71e5be9b64d8412f3f1
diff --git a/vcl/source/app/scheduler.cxx b/vcl/source/app/scheduler.cxx
index 15a3891..291c4f7 100644
--- a/vcl/source/app/scheduler.cxx
+++ b/vcl/source/app/scheduler.cxx
@@ -169,7 +169,6 @@ bool Scheduler::ProcessTaskScheduling( bool bTimerOnly )
{
ImplSchedulerData* pSchedulerData;
- // tdf#91727 - NB. bTimerOnly is ultimately not used
if ((pSchedulerData = ImplSchedulerData::GetMostImportantTask(bTimerOnly)))
{
SAL_INFO("vcl.schedule", "Invoke task " << pSchedulerData->GetDebugName());
More information about the Libreoffice-commits
mailing list