| Index: core/src/fxge/apple/fx_mac_imp.cpp
|
| diff --git a/core/src/fxge/apple/fx_mac_imp.cpp b/core/src/fxge/apple/fx_mac_imp.cpp
|
| index 38ef02c90f70db92a2d54416398d2f3b9e69fe66..952af93b600ece2c3168dfa4c46d88adc033191a 100644
|
| --- a/core/src/fxge/apple/fx_mac_imp.cpp
|
| +++ b/core/src/fxge/apple/fx_mac_imp.cpp
|
| @@ -103,9 +103,7 @@ void CFX_GEModule::InitPlatform()
|
| }
|
| void CFX_GEModule::DestroyPlatform()
|
| {
|
| - if (m_pPlatformData) {
|
| - delete (CApplePlatform *) m_pPlatformData;
|
| - }
|
| + delete (CApplePlatform *)m_pPlatformData;
|
| m_pPlatformData = NULL;
|
| }
|
| #endif
|
|
|