| Index: core/src/fxge/agg/agg23/fx_agg_driver.cpp
|
| diff --git a/core/src/fxge/agg/agg23/fx_agg_driver.cpp b/core/src/fxge/agg/agg23/fx_agg_driver.cpp
|
| index f0f6e5ee668757f2760b1c0637d6f04312768b4e..8cea42d661dc605f69d7d7ad2609667ec37c98c7 100644
|
| --- a/core/src/fxge/agg/agg23/fx_agg_driver.cpp
|
| +++ b/core/src/fxge/agg/agg23/fx_agg_driver.cpp
|
| @@ -214,7 +214,7 @@ CFX_AggDeviceDriver::~CFX_AggDeviceDriver()
|
| }
|
| DestroyPlatform();
|
| }
|
| -#if ((_FXM_PLATFORM_ != _FXM_PLATFORM_APPLE_)|| defined(_FPDFAPI_MINI_))
|
| +#if _FXM_PLATFORM_ != _FXM_PLATFORM_APPLE_
|
| void CFX_AggDeviceDriver::InitPlatform()
|
| {
|
| }
|
|
|