From 2c91a06253fcd02f9cf5196ff994f83a54d3d0ab Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 10 Nov 2014 09:39:46 +0100 Subject: loplugin:unreffun Change-Id: Ia35c1b529d51882b48779d8e13afbe17ae66e937 --- vcl/unx/generic/gdi/salgdi3.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'vcl') diff --git a/vcl/unx/generic/gdi/salgdi3.cxx b/vcl/unx/generic/gdi/salgdi3.cxx index 3f47712e68ba..180992332dda 100644 --- a/vcl/unx/generic/gdi/salgdi3.cxx +++ b/vcl/unx/generic/gdi/salgdi3.cxx @@ -90,8 +90,6 @@ X11SalGraphics::GetFontGC() return pFontGC_; } -ImplFontOptions* GetFCFontOptions( const ImplFontAttributes& rFontAttributes, int nSize); - void X11SalGraphics::DrawServerFontLayout( const ServerFontLayout& rLayout ) { mpTextRenderImpl->DrawServerFontLayout(rLayout); -- cgit