diff options
Diffstat (limited to 'vcl/source/window/event.cxx')
-rw-r--r-- | vcl/source/window/event.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/window/event.cxx b/vcl/source/window/event.cxx index ea819cdb3588..ec6a9b6e6153 100644 --- a/vcl/source/window/event.cxx +++ b/vcl/source/window/event.cxx @@ -295,7 +295,6 @@ void Window::RemoveUserEvent( ImplSVEvent * nUserEvent ) "Window::RemoveUserEvent(): Event doesn't send to this window or is already removed" ); DBG_ASSERT( nUserEvent->mbCall, "Window::RemoveUserEvent(): Event is already removed" ); - (void) this; // avoid loplugin:staticmethods if ( nUserEvent->mpWindow ) { |