From 9e7b0ef950035393e28d2c1469c4c1a0a5662c17 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 4 Jan 2017 15:45:15 +0000 Subject: follow up remove unused autohide leftovers Change-Id: Ic7281e915075519c300a330557399111838d7d34 --- include/vcl/splitwin.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/vcl') diff --git a/include/vcl/splitwin.hxx b/include/vcl/splitwin.hxx index 80e03b686e21..045eb277e918 100644 --- a/include/vcl/splitwin.hxx +++ b/include/vcl/splitwin.hxx @@ -75,11 +75,8 @@ private: mbInvalidate:1, mbFadeIn:1, mbFadeOut:1, - mbAutoHideIn:1, - mbAutoHideDown:1, mbFadeInDown:1, mbFadeOutDown:1, - mbAutoHidePressed:1, mbFadeInPressed:1, mbFadeOutPressed:1, mbFadeNoButtonMode:1; @@ -187,7 +184,6 @@ public: long GetFadeInSize() const; bool IsFadeNoButtonMode() const { return mbFadeNoButtonMode; } - void SetAutoHideState( bool bAutoHide ); void SetSplitHdl( const Link& rLink ) { maSplitHdl = rLink; } }; -- cgit