summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/app/scheduler.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/source/app/scheduler.cxx b/vcl/source/app/scheduler.cxx
index 4586a7ea7df9..e5121d7a1f59 100644
--- a/vcl/source/app/scheduler.cxx
+++ b/vcl/source/app/scheduler.cxx
@@ -159,10 +159,9 @@ void InitSystemTimer(ImplSVData* pSVData)
}
-void Scheduler::CallbackTaskScheduling(bool ignore)
+void Scheduler::CallbackTaskScheduling(bool)
{
// this function is for the saltimer callback
- (void)ignore;
Scheduler::ProcessTaskScheduling( false );
}