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/osx | |
parent | 7a70bbb0029956acc86790e36c04b057a6380bfd (diff) |
vcl: SalFrame::Enable() is not used anywhere so removing
Change-Id: I851c414aa9e95c4d2c3ddb44deb5835656d16f87
Diffstat (limited to 'vcl/osx')
-rw-r--r-- | vcl/osx/salframe.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/osx/salframe.cxx b/vcl/osx/salframe.cxx index 96d20a9330dc..662445cea13d 100644 --- a/vcl/osx/salframe.cxx +++ b/vcl/osx/salframe.cxx @@ -457,10 +457,6 @@ void AquaSalFrame::Show(bool bVisible, bool bNoActivate) } } -void AquaSalFrame::Enable( bool ) -{ -} - void AquaSalFrame::SetMinClientSize( long nWidth, long nHeight ) { // #i113170# may not be the main thread if called from UNO API |