diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2016-11-05 14:29:19 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2016-11-05 14:29:19 +0200 |
commit | a04cda96c6b70314546a8126783e573e16c78e1d (patch) | |
tree | 6afd9df0f1034a0748b9db7386c0fb7c09a6aba5 /vcl/source/outdev | |
parent | c1cb0fe8c5e36ff2d08f5eb2d91a7652b03f4b66 (diff) |
Drop unused Graphite includes
Change-Id: Ib5c40931805ef8a484ccb52c5d2b81180f68f0cc
Diffstat (limited to 'vcl/source/outdev')
-rw-r--r-- | vcl/source/outdev/font.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/source/outdev/font.cxx b/vcl/source/outdev/font.cxx index 1492fb70164b..45e8a7a5c91b 100644 --- a/vcl/source/outdev/font.cxx +++ b/vcl/source/outdev/font.cxx @@ -36,11 +36,6 @@ #include "svids.hrc" -#include <config_graphite.h> -#if ENABLE_GRAPHITE -#include "graphite_features.hxx" -#endif - FontMetric OutputDevice::GetDevFont( int nDevFontIndex ) const { FontMetric aFontMetric; |