diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-03-06 09:43:08 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-03-06 11:26:36 +0000 |
commit | 0e7f8150388f061ae731f26ed1d659d06f194432 (patch) | |
tree | d7a08fa4679e5954c59844964e34b5de0917dd4e /vcl/source | |
parent | 681c6b470a84b7fdd0aa91c23233ecb39ce2d37b (diff) |
nothing uses ImplAsyncStateChangedHdl anymore now
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/window/window.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx index 1d679a5acff7..a71dda23c1e3 100644 --- a/vcl/source/window/window.cxx +++ b/vcl/source/window/window.cxx @@ -5324,14 +5324,6 @@ void Window::RemoveUserEvent( sal_uLong nUserEvent ) // ----------------------------------------------------------------------- -IMPL_LINK( Window, ImplAsyncStateChangedHdl, void*, pState ) -{ - StateChanged( (StateChangedType)(sal_uLong)pState ); - return 0; -} - -// ----------------------------------------------------------------------- - sal_Bool Window::IsLocked( sal_Bool bChildren ) const { if ( mpWindowImpl->mnLockCount != 0 ) |