summaryrefslogtreecommitdiff
path: root/include/vcl/outdev.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-21 10:59:38 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-21 11:18:45 +0300
commitfdeb14e4ee73ca1e1213f0dcde61600d9baac657 (patch)
tree533b6c2ac8cf117f28c33decfea5b60544615be9 /include/vcl/outdev.hxx
parent48bb54aa7eafa85c5b0a2574fb3fa167614ddcbc (diff)
Simplify further after the kerning pair changes
The ImplKernPairData struct was used now only by the VCL Windows code, and was apparently supposed to be identical to the Win32 KERNINGPAIR struct anyway. GetKernPairs() was called just once with zero and NULL parameters anyway, so it can be simplified. Change-Id: Iaa288868d1e590e0385377abc5b9d9d331d39d97
Diffstat (limited to 'include/vcl/outdev.hxx')
-rw-r--r--include/vcl/outdev.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index 696a928571a4..7c5dbb826567 100644
--- a/include/vcl/outdev.hxx
+++ b/include/vcl/outdev.hxx
@@ -43,7 +43,6 @@
struct ImplOutDevData;
class ImplFontEntry;
struct ImplObjStack;
-struct ImplKernPairData;
struct SystemGraphicsData;
struct SystemFontData;
struct SystemTextLayoutData;