summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-11-10 09:39:46 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-11-10 09:39:46 +0100
commit2c91a06253fcd02f9cf5196ff994f83a54d3d0ab (patch)
treec9891b472e7ee5c980bc16944bcc51ceb5803ff8 /vcl
parent25542ace16cbed9b8771008fbf3b41a1f28dd425 (diff)
loplugin:unreffun
Change-Id: Ia35c1b529d51882b48779d8e13afbe17ae66e937
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/generic/gdi/salgdi3.cxx2
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);