0

Remove some unused temps.

BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8297006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105889 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
pkasting@chromium.org
2011-10-17 20:16:12 +00:00
parent 0f695a70c9
commit ac1cb159be
2 changed files with 0 additions and 2 deletions

@ -160,7 +160,6 @@ class MenuHostWindow : public ui::WindowImpl {
gfx::Font font;
HGDIOBJ old_font =
static_cast<HFONT>(SelectObject(hDC, font.GetNativeFont()));
int fontsize = font.GetFontSize();
// If an accelerator is specified (with a tab delimiting the rest of the
// label from the accelerator), we have to justify the fist part on the

@ -218,7 +218,6 @@ class NativeMenuWin::MenuHostWindow {
gfx::Font font;
HGDIOBJ old_font =
static_cast<HFONT>(SelectObject(dc, font.GetNativeFont()));
int fontsize = font.GetFontSize();
// If an accelerator is specified (with a tab delimiting the rest of the
// label from the accelerator), we have to justify the fist part on the