summaryrefslogtreecommitdiff
path: root/include/vcl/syswin.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-01-03 11:38:20 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-01-03 14:12:25 +0000
commit1b5e144b4ed0e276d6485ece6d3d2b0b10f9bbf8 (patch)
treeeb9247ab6ec28b3dd89cb6d584950a557014b9cf /include/vcl/syswin.hxx
parentcac974756f9a084216f9c555bbcd102465137d4b (diff)
SetPin and IsPinned are in an always-false circular isolated relationship
Change-Id: I4fb3aaa8a5e8c62091fbc542deae6af3a113a608
Diffstat (limited to 'include/vcl/syswin.hxx')
-rw-r--r--include/vcl/syswin.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/vcl/syswin.hxx b/include/vcl/syswin.hxx
index 225348423224..971cd604de48 100644
--- a/include/vcl/syswin.hxx
+++ b/include/vcl/syswin.hxx
@@ -155,7 +155,6 @@ private:
Size maOrgSize;
Size maRollUpOutSize;
Size maMinOutSize;
- bool mbPinned;
bool mbRollUp;
bool mbRollFunc;
bool mbDockBtn;
@@ -216,9 +215,6 @@ public:
void ShowTitleButton( TitleButton nButton, bool bVisible );
bool IsTitleButtonVisible( TitleButton nButton ) const;
- void SetPin( bool bPin );
- bool IsPinned() const { return mbPinned; }
-
void RollUp();
void RollDown();
bool IsRollUp() const { return mbRollUp; }