diff options
Diffstat (limited to 'vcl/inc/outfont.hxx')
-rw-r--r-- | vcl/inc/outfont.hxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/vcl/inc/outfont.hxx b/vcl/inc/outfont.hxx index f88a88bcfc0d..6e3210bf3703 100644 --- a/vcl/inc/outfont.hxx +++ b/vcl/inc/outfont.hxx @@ -268,18 +268,6 @@ private: mutable int mnFallbackCount; }; -// -------------------- -// - ImplKernPairData - -// -------------------- - -struct ImplKernPairData -{ - sal_uInt16 mnChar1; - sal_uInt16 mnChar2; - long mnKern; -}; - - // ----------------------- // - ImplFontMetricData - // ----------------------- |