| Index: core/fxge/apple/fx_mac_imp.cpp
|
| diff --git a/core/fxge/apple/fx_mac_imp.cpp b/core/fxge/apple/fx_mac_imp.cpp
|
| index fa6572084c6888deb46957b74d5b795129071760..7c3cb04105b0c12005a0015705bf559a8fc5e87a 100644
|
| --- a/core/fxge/apple/fx_mac_imp.cpp
|
| +++ b/core/fxge/apple/fx_mac_imp.cpp
|
| @@ -9,8 +9,6 @@
|
| #include "core/fxge/ge/cfx_folderfontinfo.h"
|
| #include "core/fxge/ifx_systemfontinfo.h"
|
|
|
| -#if _FX_OS_ == _FX_MACOSX_
|
| -
|
| namespace {
|
|
|
| const struct {
|
| @@ -137,5 +135,3 @@ void CFX_GEModule::DestroyPlatform() {
|
| delete reinterpret_cast<CApplePlatform*>(m_pPlatformData);
|
| m_pPlatformData = nullptr;
|
| }
|
| -
|
| -#endif // _FX_OS_ == _FX_MACOSX_
|
|
|