[Libreoffice-commits] core.git: vcl/unx

Stephan Bergmann sbergman at redhat.com
Mon Nov 10 00:40:20 PST 2014


 vcl/unx/generic/gdi/salgdi3.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 2c91a06253fcd02f9cf5196ff994f83a54d3d0ab
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Nov 10 09:39:46 2014 +0100

    loplugin:unreffun
    
    Change-Id: Ia35c1b529d51882b48779d8e13afbe17ae66e937

diff --git a/vcl/unx/generic/gdi/salgdi3.cxx b/vcl/unx/generic/gdi/salgdi3.cxx
index 3f47712..1809923 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);


More information about the Libreoffice-commits mailing list