| Index: ui/views/controls/button/label_button.h
|
| diff --git a/ui/views/controls/button/label_button.h b/ui/views/controls/button/label_button.h
|
| index fd9620f86ca9bb5c5c50b45ee262ba35a8a53cbd..f1bb3d5e178b6f71ebe5be0ece900400687f3690 100644
|
| --- a/ui/views/controls/button/label_button.h
|
| +++ b/ui/views/controls/button/label_button.h
|
| @@ -49,9 +49,6 @@ class VIEWS_EXPORT LabelButton : public CustomButton,
|
| // Get or set the font list used by this button.
|
| const gfx::FontList& GetFontList() const;
|
| void SetFontList(const gfx::FontList& font_list);
|
| - // Obsolete versions.
|
| - const gfx::Font& GetFont() const;
|
| - void SetFont(const gfx::Font& font);
|
|
|
| // Set the elide behavior of this button.
|
| void SetElideBehavior(Label::ElideBehavior elide_behavior);
|
|
|