summaryrefslogtreecommitdiff
path: root/core/fxge/apple/fx_mac_imp.cpp
diff options
context:
space:
mode:
authornpm <npm@chromium.org>2016-11-07 08:50:04 -0800
committerCommit bot <commit-bot@chromium.org>2016-11-07 08:50:04 -0800
commita97fc7c6392c0adbd702bdf898cb9e20cee00a3e (patch)
tree4b01387c72b701444c8b67a0f777e99f03012c1f /core/fxge/apple/fx_mac_imp.cpp
parent5756a77fa289ce1ef18bd7f2da75a39575ead9fe (diff)
downloadpdfium-a97fc7c6392c0adbd702bdf898cb9e20cee00a3e.tar.xz
Remove unused CFX_QuartzDevice(Driver) classes.chromium/2913
Review-Url: https://codereview.chromium.org/2484453002
Diffstat (limited to 'core/fxge/apple/fx_mac_imp.cpp')
-rw-r--r--core/fxge/apple/fx_mac_imp.cpp4
1 files changed, 0 insertions, 4 deletions
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<CApplePlatform*>(m_pPlatformData);
m_pPlatformData = nullptr;
}
-
-#endif // _FX_OS_ == _FX_MACOSX_