From e2da259b5733a36f8b4f934869f02ea7ee5163db Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 1 Sep 2020 14:44:25 +0100 Subject: SetCallHandlersOnInputDisabled is newly unused MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4225ce786b83f44178a477ac034d8f8f5198159e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101852 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- vcl/source/window/window.cxx | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'vcl') diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx index 523dc5bdde77..e06a8cf1e961 100644 --- a/vcl/source/window/window.cxx +++ b/vcl/source/window/window.cxx @@ -2484,18 +2484,6 @@ void Window::Enable( bool bEnable, bool bChild ) ImplGenerateMouseMove(); } -void Window::SetCallHandlersOnInputDisabled( bool bCall ) -{ - mpWindowImpl->mbCallHandlersDuringInputDisabled = bCall; - - VclPtr< vcl::Window > pChild = mpWindowImpl->mpFirstChild; - while ( pChild ) - { - pChild->SetCallHandlersOnInputDisabled( bCall ); - pChild = pChild->mpWindowImpl->mpNext; - } -} - bool Window::IsCallHandlersOnInputDisabled() const { return mpWindowImpl->mbCallHandlersDuringInputDisabled; -- cgit v1.2.3