summaryrefslogtreecommitdiff
path: root/vcl/aqua/source/gdi
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-10-16 12:47:02 +0200
committerTor Lillqvist <tml@collabora.com>2013-10-21 07:29:29 +0000
commit8a65399e3d079ce9d4214cbced7840da6f0ab5be (patch)
tree84572d021d35fba5beb482899d9253390093da12 /vcl/aqua/source/gdi
parent70d74e2ab1b08b3f21cbaff5e60c091694863b59 (diff)
Remove GetKernPairs() with no implementation
I left only the Windows one because it being called (as GetKernPairs(0, NULL), but may be it does something, who knows). Change-Id: Iec05d61c8f0cd311a1158bb1cb07e4ee977f32fe Reviewed-on: https://gerrit.libreoffice.org/6260 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'vcl/aqua/source/gdi')
-rw-r--r--vcl/aqua/source/gdi/atsui/salgdi.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/vcl/aqua/source/gdi/atsui/salgdi.cxx b/vcl/aqua/source/gdi/atsui/salgdi.cxx
index 0fc22dc5f6b5..13fdd508682e 100644
--- a/vcl/aqua/source/gdi/atsui/salgdi.cxx
+++ b/vcl/aqua/source/gdi/atsui/salgdi.cxx
@@ -392,13 +392,6 @@ void AquaSalGraphics::GetFontMetric( ImplFontMetricData* pMetric, int nFallbackL
// -----------------------------------------------------------------------
-sal_uLong AquaSalGraphics::GetKernPairs( sal_uLong, ImplKernPairData* )
-{
- return 0;
-}
-
-// -----------------------------------------------------------------------
-
static bool AddTempFontDir( const char* pDir )
{
FSRef aPathFSRef;