diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-09-28 07:35:16 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2013-09-30 08:25:34 +0200 |
commit | b241c355aaa03e51d843cb095985c2bb7a89cd85 (patch) | |
tree | 111ddb18b4c827b4529558ffa14062866e0d2f31 /vcl/inc | |
parent | 9b2c434da90325d8e190617ebb6a488edd6e83b4 (diff) |
This have been unused for a while
Change-Id: I0a3249ac8adb739622992f7713d5184aebc4ce80
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/generic/glyphcache.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/generic/glyphcache.hxx b/vcl/inc/generic/glyphcache.hxx index d33aee125053..4d572c066f03 100644 --- a/vcl/inc/generic/glyphcache.hxx +++ b/vcl/inc/generic/glyphcache.hxx @@ -313,8 +313,6 @@ private: SAL_DLLPRIVATE ServerFontLayout( const ServerFontLayout& ); SAL_DLLPRIVATE ServerFontLayout& operator=( const ServerFontLayout& ); - bool bUseHarfBuzz; - public: ServerFontLayout( ServerFont& ); virtual bool LayoutText( ImplLayoutArgs& ); |