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:
views/controls/menu
@ -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
|
||||
|
Reference in New Issue
Block a user