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/unx | |
parent | 7a70bbb0029956acc86790e36c04b057a6380bfd (diff) |
vcl: SalFrame::Enable() is not used anywhere so removing
Change-Id: I851c414aa9e95c4d2c3ddb44deb5835656d16f87
Diffstat (limited to 'vcl/unx')
-rw-r--r-- | vcl/unx/generic/window/salframe.cxx | 5 | ||||
-rw-r--r-- | vcl/unx/gtk/window/gtksalframe.cxx | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/vcl/unx/generic/window/salframe.cxx b/vcl/unx/generic/window/salframe.cxx index dcfae9d95a04..ebce145a0e45 100644 --- a/vcl/unx/generic/window/salframe.cxx +++ b/vcl/unx/generic/window/salframe.cxx @@ -974,11 +974,6 @@ void X11SalFrame::updateGraphics( bool bClear ) pFreeGraphics_->SetDrawable( aDrawable, m_nXScreen ); } -void X11SalFrame::Enable( bool /*bEnable*/ ) -{ - // NYI: enable/disable frame -} - void X11SalFrame::SetIcon( sal_uInt16 nIcon ) { if ( ! IsChildWindow() ) diff --git a/vcl/unx/gtk/window/gtksalframe.cxx b/vcl/unx/gtk/window/gtksalframe.cxx index f8322e33cc6d..86dd03cdac3d 100644 --- a/vcl/unx/gtk/window/gtksalframe.cxx +++ b/vcl/unx/gtk/window/gtksalframe.cxx @@ -1879,11 +1879,6 @@ void GtkSalFrame::Show( bool bVisible, bool bNoActivate ) } } -void GtkSalFrame::Enable( bool /*bEnable*/ ) -{ - // Not implemented by X11SalFrame either -} - void GtkSalFrame::setMinMaxSize() { /* #i34504# metacity (and possibly others) do not treat |