Kaydet (Commit) 2e87fa36 authored tarafından Khaled Hosny's avatar Khaled Hosny

rCTFont is not used anywhere

Change-Id: I2ee13f6a014f26ca03b34d87094af337733207e3
üst fbe43e79
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment