summaryrefslogtreecommitdiff
path: root/include/vcl/syswin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/syswin.hxx')
-rw-r--r--include/vcl/syswin.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/vcl/syswin.hxx b/include/vcl/syswin.hxx
index 7841b0b657fb..8bed92a4f3ac 100644
--- a/include/vcl/syswin.hxx
+++ b/include/vcl/syswin.hxx
@@ -100,9 +100,7 @@ class VCL_DLLPUBLIC SystemWindow
private:
VclPtr<MenuBar> mpMenuBar;
Size maOrgSize;
- Size maRollUpOutSize;
Size maMinOutSize;
- bool mbRollUp;
bool mbDockBtn;
bool mbHideBtn;
bool mbSysChild;
@@ -176,13 +174,6 @@ public:
void ShowTitleButton( TitleButton nButton, bool bVisible );
bool IsTitleButtonVisible( TitleButton nButton ) const;
- void RollUp();
- void RollDown();
- bool IsRollUp() const { return mbRollUp; }
-
- void SetRollUpOutputSizePixel( const Size& rSize ) { maRollUpOutSize = rSize; }
- const Size& GetRollUpOutputSizePixel() const { return maRollUpOutSize; }
-
void SetMinOutputSizePixel( const Size& rSize );
const Size& GetMinOutputSizePixel() const { return maMinOutSize; }
void SetMaxOutputSizePixel( const Size& rSize );