summaryrefslogtreecommitdiff
path: root/vcl/inc/salframe.hxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-09-13 13:15:23 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2014-09-13 21:21:17 +1000
commit2c3844a17574590150dbfdeb8750397a85182e75 (patch)
tree7357b7830077064f8ac58067f7b743d09443992a /vcl/inc/salframe.hxx
parent7a70bbb0029956acc86790e36c04b057a6380bfd (diff)
vcl: SalFrame::Enable() is not used anywhere so removing
Change-Id: I851c414aa9e95c4d2c3ddb44deb5835656d16f87
Diffstat (limited to 'vcl/inc/salframe.hxx')
-rw-r--r--vcl/inc/salframe.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/salframe.hxx b/vcl/inc/salframe.hxx
index c527c12312c7..1d9eed738cfb 100644
--- a/vcl/inc/salframe.hxx
+++ b/vcl/inc/salframe.hxx
@@ -128,7 +128,7 @@ public:
// Before the window is visible, a resize event
// must be sent with the correct size
virtual void Show( bool bVisible, bool bNoActivate = false ) = 0;
- virtual void Enable( bool bEnable ) = 0;
+
// Set ClientSize and Center the Window to the desktop
// and send/post a resize message
virtual void SetMinClientSize( long nWidth, long nHeight ) = 0;