diff options
author | David Tardon <dtardon@redhat.com> | 2016-05-05 16:05:44 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-05-05 18:54:33 +0200 |
commit | 56f87839b572e7e6da534ccd4ed962005bc4add2 (patch) | |
tree | 5a823d17a4fd70033cd2ee729c7247ed16317732 /vcl | |
parent | 9ff1d7f8140de1224bb37fba0cb266a58f37e66d (diff) |
remove superfluous check
Change-Id: If5c522a58bfced722e3b423c867911d3dc6cec48
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/event.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/source/window/event.cxx b/vcl/source/window/event.cxx index 68e822bd69ea..0a7f04c27f34 100644 --- a/vcl/source/window/event.cxx +++ b/vcl/source/window/event.cxx @@ -236,9 +236,6 @@ void Window::CallEventListeners( sal_uLong nEvent, void* pData ) } } - if ( xWindow->IsDisposed() ) - return; - while ( xWindow ) { |