From a97fc7c6392c0adbd702bdf898cb9e20cee00a3e Mon Sep 17 00:00:00 2001 From: npm Date: Mon, 7 Nov 2016 08:50:04 -0800 Subject: Remove unused CFX_QuartzDevice(Driver) classes. Review-Url: https://codereview.chromium.org/2484453002 --- core/fxge/apple/fx_mac_imp.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to '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 fa6572084c..7c3cb04105 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(m_pPlatformData); m_pPlatformData = nullptr; } - -#endif // _FX_OS_ == _FX_MACOSX_ -- cgit v1.2.3