[Libreoffice-commits] core.git: vcl/source

Tor Lillqvist tml at collabora.com
Tue Jan 12 01:03:46 PST 2016


 vcl/source/app/scheduler.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 7b6fd31c6540a95552d7e5f6a90a97eb72f5d58a
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Jan 12 11:03:11 2016 +0200

    No need to name unused parameters
    
    Change-Id: I982a67f1e5279aa18131f99f4a8ba5c5c2c005a7

diff --git a/vcl/source/app/scheduler.cxx b/vcl/source/app/scheduler.cxx
index 4586a7e..e5121d7 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 );
 }
 


More information about the Libreoffice-commits mailing list