diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/sysdata.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/sysdata.hxx b/include/vcl/sysdata.hxx index d06e72aee22f..c2953a415c8c 100644 --- a/include/vcl/sysdata.hxx +++ b/include/vcl/sysdata.hxx @@ -217,12 +217,10 @@ struct SystemFontData HFONT hFont; // native font object #elif defined( MACOSX ) #ifdef ENABLE_CORETEXT - CTFontRef rCTFont; // native font object #else void* aATSUFontID; // native font object #endif #elif defined( IOS ) - CTFontRef rCTFont; // native font object #elif defined( UNX ) void* nFontId; // native font id int nFontFlags; // native font flags |