diff options
author | asvitkine@chromium.org <asvitkine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-13 18:54:18 +0000 |
---|---|---|
committer | asvitkine@chromium.org <asvitkine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-13 18:54:18 +0000 |
commit | 009266504f0b83aa61cbf91c4ed29c429f7674c2 (patch) | |
tree | 8d363b1f43739f9564ea18ee1d4ee15e94fe2cc1 /ui/gfx/platform_font_win.h | |
parent | 202c345e0c2e42241fb7f3d6380955d9475a414c (diff) | |
download | chromium_src-009266504f0b83aa61cbf91c4ed29c429f7674c2.zip chromium_src-009266504f0b83aa61cbf91c4ed29c429f7674c2.tar.gz chromium_src-009266504f0b83aa61cbf91c4ed29c429f7674c2.tar.bz2 |
Remove unused and unnecessary constructor from PlatformFont classes.
These are not used by Font since it keeps a scoped_refptr to PlatformFont.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/10081007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132229 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gfx/platform_font_win.h')
-rw-r--r-- | ui/gfx/platform_font_win.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/gfx/platform_font_win.h b/ui/gfx/platform_font_win.h index ffdde09..46d29f7 100644 --- a/ui/gfx/platform_font_win.h +++ b/ui/gfx/platform_font_win.h @@ -18,7 +18,6 @@ namespace gfx { class UI_EXPORT PlatformFontWin : public PlatformFont { public: PlatformFontWin(); - explicit PlatformFontWin(const Font& other); explicit PlatformFontWin(NativeFont native_font); PlatformFontWin(const std::string& font_name, int font_size); |