summaryrefslogtreecommitdiff
path: root/vcl/quartz/salgdi.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-08-07 08:15:00 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-08-07 08:15:00 +0200
commit7e510637e6854f47c2856b5226ea7680a8148bbf (patch)
treed75573ee9e3eedf94f7edb47798ad013db2662ee /vcl/quartz/salgdi.cxx
parent5e4476b6ecda4be8a3271185bfc5d1aff58ce3af (diff)
loplugin:casttovoid
Change-Id: Icda66259acf54e6771b926ce9d329287bd610e82
Diffstat (limited to 'vcl/quartz/salgdi.cxx')
-rw-r--r--vcl/quartz/salgdi.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/quartz/salgdi.cxx b/vcl/quartz/salgdi.cxx
index b564b4a5b179..b1d393876e16 100644
--- a/vcl/quartz/salgdi.cxx
+++ b/vcl/quartz/salgdi.cxx
@@ -829,7 +829,6 @@ void AquaSalGraphics::FreeEmbedFontData( const void* pData, long /*nDataLen*/ )
{
// TODO: implementing this only makes sense when the implementation of
// AquaSalGraphics::GetEmbedFontData() returns non-NULL
- (void)pData;
SAL_WARN_IF( (pData==nullptr), "vcl", "AquaSalGraphics::FreeEmbedFontData() is not implemented");
}