| Index: core/src/fxge/apple/apple_int.h | 
| diff --git a/core/src/fxge/apple/apple_int.h b/core/src/fxge/apple/apple_int.h | 
| index 715e48d6c2b13facd57221b2f393dc7739b3be3f..090ac0924a289c021124ac43b368a1b64687ef2a 100644 | 
| --- a/core/src/fxge/apple/apple_int.h | 
| +++ b/core/src/fxge/apple/apple_int.h | 
| @@ -65,16 +65,10 @@ public: | 
| class CApplePlatform | 
| { | 
| public: | 
| -    CApplePlatform() | 
| -    { | 
| -        m_pFontMapper = NULL; | 
| -    } | 
| -    ~CApplePlatform() | 
| -    { | 
| -        delete m_pFontMapper; | 
| -    } | 
| +    CApplePlatform() {} | 
| +    ~CApplePlatform() {} | 
| + | 
| CQuartz2D	_quartz2d; | 
| -    IFX_FontMapper* m_pFontMapper; | 
| }; | 
| class CFX_QuartzDeviceDriver : public IFX_RenderDeviceDriver | 
| { | 
|  |