summaryrefslogtreecommitdiff
path: root/include/vcl/sysdata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/sysdata.hxx')
-rw-r--r--include/vcl/sysdata.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/include/vcl/sysdata.hxx b/include/vcl/sysdata.hxx
index c2953a415c8c..57b32e30b480 100644
--- a/include/vcl/sysdata.hxx
+++ b/include/vcl/sysdata.hxx
@@ -216,11 +216,9 @@ struct SystemFontData
#if defined( WNT )
HFONT hFont; // native font object
#elif defined( MACOSX )
-#ifdef ENABLE_CORETEXT
-#else
+#ifndef ENABLE_CORETEXT
void* aATSUFontID; // native font object
#endif
-#elif defined( IOS )
#elif defined( UNX )
void* nFontId; // native font id
int nFontFlags; // native font flags
@@ -235,11 +233,9 @@ struct SystemFontData
#if defined( WNT )
, hFont( 0 )
#elif defined( MACOSX )
-#ifdef ENABLE_CORETEXT
-#else
+#ifndef ENABLE_CORETEXT
, aATSUFontID( NULL )
#endif
-#elif defined( IOS )
#elif defined( UNX )
, nFontId( NULL )
, nFontFlags( 0 )