Chromium Code Reviews| Index: core/fxge/include/fx_font.h |
| diff --git a/core/fxge/include/fx_font.h b/core/fxge/include/fx_font.h |
| index 9b43f16710efa84b7a8a1f6164ccc2dbe33d059b..817a9d12ee18c9a9a96eedfe87985fa24d750e7b 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; |