summaryrefslogtreecommitdiffstats
path: root/vcl
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2016-03-03 02:32:50 +0000
committerMichael Meeks <michael.meeks@collabora.com>2016-03-03 02:40:17 +0000
commit7ccdb94e2c5774f924bf89b34387c7d41e2e4c30 (patch)
tree328a9a540b7f092f431724cfa725e5624df1ed4e /vcl
parentBreak SmartTagMenuController-VCLXMenu cycle (diff)
downloadcore-7ccdb94e2c5774f924bf89b34387c7d41e2e4c30.tar.gz
core-7ccdb94e2c5774f924bf89b34387c7d41e2e4c30.zip
vcl: scheduler - remove obsolete comment.
Change-Id: I8a469f73b682e32bbb15a71e5be9b64d8412f3f1
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/app/scheduler.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/app/scheduler.cxx b/vcl/source/app/scheduler.cxx
index 15a38913689b..291c4f73571c 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());