From 22b05fc0f0cbfd3841b0963b577719fd16725081 Mon Sep 17 00:00:00 2001 From: tsepez Date: Mon, 25 Jul 2016 13:40:11 -0700 Subject: Remove FX_FONTCACHE_DEFINE This macro isn't buying us anything and reduces transparency. Review-Url: https://codereview.chromium.org/2179953002 --- core/fxge/include/fx_font.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'core/fxge/include/fx_font.h') diff --git a/core/fxge/include/fx_font.h b/core/fxge/include/fx_font.h index 9b43f16710..817a9d12ee 100644 --- a/core/fxge/include/fx_font.h +++ b/core/fxge/include/fx_font.h @@ -504,8 +504,6 @@ class CFX_AutoFontCache { CFX_Font* m_pFont; }; -#define FX_FONTCACHE_DEFINE(pFontCache, pFont) \ - CFX_AutoFontCache autoFontCache((pFontCache), (pFont)) class CFX_GlyphBitmap { public: int m_Top; -- cgit v1.2.3