vcl/osx/salframeview.mm |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit ea70cf3ca06a5b101d51ca1f4d4a106747a884ae
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Tue Jan 17 15:47:10 2023 +0100
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Tue Jan 17 16:14:15 2023 +0000

    loplugin:casttovoid ("unnecessary cast to void")
    
    Change-Id: Ic891e3ea72e7946a9088ab77ba561d0f1c9b77e2
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145673
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/vcl/osx/salframeview.mm b/vcl/osx/salframeview.mm
index b14d87eb7a37..98765c761969 100644
--- a/vcl/osx/salframeview.mm
+++ b/vcl/osx/salframeview.mm
@@ -333,7 +333,6 @@ static AquaSalFrame* getMouseContainerFrame()
 
 -(void)windowDidResize: (NSNotification*)pNotification
 {
-    (void)pNotification;
     SolarMutexGuard aGuard;
 
     if ( mbInWindowDidResize )

Reply via email to