diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-11-10 09:39:46 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-11-10 09:39:46 +0100 |
commit | 2c91a06253fcd02f9cf5196ff994f83a54d3d0ab (patch) | |
tree | c9891b472e7ee5c980bc16944bcc51ceb5803ff8 /vcl | |
parent | 25542ace16cbed9b8771008fbf3b41a1f28dd425 (diff) |
loplugin:unreffun
Change-Id: Ia35c1b529d51882b48779d8e13afbe17ae66e937
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/generic/gdi/salgdi3.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
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); |