diff options
Diffstat (limited to 'views/controls/menu/menu_delegate.cc')
-rw-r--r-- | views/controls/menu/menu_delegate.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/views/controls/menu/menu_delegate.cc b/views/controls/menu/menu_delegate.cc index 8bd21bf..e70fb17 100644 --- a/views/controls/menu/menu_delegate.cc +++ b/views/controls/menu/menu_delegate.cc @@ -2,7 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "views/controls/menu/menu_config.h" #include "views/controls/menu/menu_delegate.h" namespace views { @@ -15,10 +14,6 @@ std::wstring MenuDelegate::GetLabel(int id) const { return std::wstring(); } -const gfx::Font& MenuDelegate::GetLabelFont(int id) const { - return MenuConfig::instance().font; -} - std::wstring MenuDelegate::GetTooltipText(int id, const gfx::Point& screen_loc) { return std::wstring(); |