diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-09-13 13:15:23 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-09-13 21:21:17 +1000 |
commit | 2c3844a17574590150dbfdeb8750397a85182e75 (patch) | |
tree | 7357b7830077064f8ac58067f7b743d09443992a /vcl/headless/svpframe.cxx | |
parent | 7a70bbb0029956acc86790e36c04b057a6380bfd (diff) |
vcl: SalFrame::Enable() is not used anywhere so removing
Change-Id: I851c414aa9e95c4d2c3ddb44deb5835656d16f87
Diffstat (limited to 'vcl/headless/svpframe.cxx')
-rw-r--r-- | vcl/headless/svpframe.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/headless/svpframe.cxx b/vcl/headless/svpframe.cxx index d803f722096b..dad80d1c3a4d 100644 --- a/vcl/headless/svpframe.cxx +++ b/vcl/headless/svpframe.cxx @@ -249,10 +249,6 @@ void SvpSalFrame::Show( bool bVisible, bool bNoActivate ) } } -void SvpSalFrame::Enable( bool ) -{ -} - void SvpSalFrame::SetMinClientSize( long nWidth, long nHeight ) { m_nMinWidth = nWidth; |