| Index: core/src/fxge/apple/fx_quartz_device.cpp
|
| diff --git a/core/src/fxge/apple/fx_quartz_device.cpp b/core/src/fxge/apple/fx_quartz_device.cpp
|
| index 7cb94f1093ed7bb8700b6963e845e9f07fdd5b53..050d8744bd94dcec00277a23f87c23208d75c0de 100644
|
| --- a/core/src/fxge/apple/fx_quartz_device.cpp
|
| +++ b/core/src/fxge/apple/fx_quartz_device.cpp
|
| @@ -853,7 +853,6 @@ FX_BOOL CFX_QuartzDeviceDriver::CG_DrawGlypRun(int nChars
|
| a / 255.f);
|
| SaveState();
|
| if (pGlyphMatrix) {
|
| - CGAffineTransform ctm = CGContextGetCTM(_context);
|
| CGPoint origin = CGPointMake( glyph_positions[0].x, glyph_positions[0].y);
|
| origin = CGPointApplyAffineTransform(origin, matrix_cg);
|
| CGContextTranslateCTM(_context, origin.x, origin.y);
|
|
|