summaryrefslogtreecommitdiff
path: root/include/vcl/splitwin.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-01-04 15:45:15 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-01-04 16:50:44 +0000
commit9e7b0ef950035393e28d2c1469c4c1a0a5662c17 (patch)
tree17129a53d82cf43a10b8aeaf7b53a962284c031c /include/vcl/splitwin.hxx
parentb4a31534b949c512facdc7b0d148f249db285d13 (diff)
follow up remove unused autohide leftovers
Change-Id: Ic7281e915075519c300a330557399111838d7d34
Diffstat (limited to 'include/vcl/splitwin.hxx')
-rw-r--r--include/vcl/splitwin.hxx4
1 files changed, 0 insertions, 4 deletions
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<SplitWindow*,void>& rLink ) { maSplitHdl = rLink; }
};