From 33fac4828038bc38ab4a0c4b891d762a5ae73e5e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 24 Dec 2015 09:21:23 +0200 Subject: loplugin:unnecessaryvirtual MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit and unwind some apparently now unused VCL OpenGL and GlyphCachePeer stuff. Change-Id: Ic85302d4e1ad4056dabc49c97a608891052e3167 Reviewed-on: https://gerrit.libreoffice.org/20920 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sfx2/source/dialog/titledockwin.cxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'sfx2') diff --git a/sfx2/source/dialog/titledockwin.cxx b/sfx2/source/dialog/titledockwin.cxx index 0a8ac0d67d2d..154e40697730 100644 --- a/sfx2/source/dialog/titledockwin.cxx +++ b/sfx2/source/dialog/titledockwin.cxx @@ -92,12 +92,6 @@ namespace sfx2 } - void TitledDockingWindow::onLayoutDone() - { - // not interested in - } - - void TitledDockingWindow::impl_scheduleLayout() { m_bLayoutPending = true; @@ -136,8 +130,6 @@ namespace sfx2 aWindowSize.Height() - m_aBorder.Top() - m_aBorder.Bottom() ) ); - - onLayoutDone(); } void TitledDockingWindow::ApplySettings(vcl::RenderContext& rRenderContext) -- cgit