summaryrefslogtreecommitdiff
path: root/include/vcl/sysdata.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-12-04 12:06:07 +0200
committerTor Lillqvist <tml@collabora.com>2013-12-04 14:34:06 +0200
commit83e835156bc32bb904552465354b5b477a66d503 (patch)
treee7641b97f684ab63069d7af8c272799909a81dfb /include/vcl/sysdata.hxx
parentcce14c9717e3c21a61bbd4ce620d17fa23feafa2 (diff)
Bin ATSUI code
TDF has been shipping a CoreText-using LO since 4.1 and the sky hasn't fallen. Getting rid of the ATSUI code will make other needed refactoring easier. Change-Id: I494096c3988ea26fa2b336621857d32b64b040f0
Diffstat (limited to 'include/vcl/sysdata.hxx')
-rw-r--r--include/vcl/sysdata.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/vcl/sysdata.hxx b/include/vcl/sysdata.hxx
index 78d756bfc994..58f3830f8d34 100644
--- a/include/vcl/sysdata.hxx
+++ b/include/vcl/sysdata.hxx
@@ -27,9 +27,7 @@
// predeclare the native classes to avoid header/include problems
typedef struct CGContext *CGContextRef;
typedef struct CGLayer *CGLayerRef;
-#ifdef ENABLE_CORETEXT
typedef const struct __CTFont * CTFontRef;
-#endif
#ifdef __OBJC__
@class NSView;
#else
@@ -214,9 +212,6 @@ struct SystemFontData
#if defined( WNT )
HFONT hFont; // native font object
#elif defined( MACOSX )
-#ifndef ENABLE_CORETEXT
- void* aATSUFontID; // native font object
-#endif
#elif defined( UNX )
void* nFontId; // native font id
int nFontFlags; // native font flags
@@ -231,9 +226,6 @@ struct SystemFontData
#if defined( WNT )
, hFont( 0 )
#elif defined( MACOSX )
-#ifndef ENABLE_CORETEXT
- , aATSUFontID( NULL )
-#endif
#elif defined( UNX )
, nFontId( NULL )
, nFontFlags( 0 )