diff options
Diffstat (limited to 'chrome/common/gfx/chrome_font_win.cc')
-rw-r--r-- | chrome/common/gfx/chrome_font_win.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/common/gfx/chrome_font_win.cc b/chrome/common/gfx/chrome_font_win.cc index 6fcadc0..a1ae955 100644 --- a/chrome/common/gfx/chrome_font_win.cc +++ b/chrome/common/gfx/chrome_font_win.cc @@ -210,5 +210,3 @@ ChromeFont::HFontRef* ChromeFont::CreateHFontRef(HFONT font) { return new HFontRef(font, height, baseline, ave_char_width, style, dlu_base_x); } - - |