mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 13:37:44 +00:00
LibGUI: Remove unused Widget::(set_)tooltip_deprecated()
This commit is contained in:
parent
03a54a519a
commit
1f2ab4ebfc
2 changed files with 0 additions and 7 deletions
|
@ -1107,11 +1107,6 @@ Gfx::IntRect Widget::relative_non_grabbable_rect() const
|
|||
return rect;
|
||||
}
|
||||
|
||||
void Widget::set_tooltip_deprecated(DeprecatedString tooltip)
|
||||
{
|
||||
set_tooltip(String::from_deprecated_string(move(tooltip)).release_value_but_fixme_should_propagate_errors());
|
||||
}
|
||||
|
||||
void Widget::set_tooltip(String tooltip)
|
||||
{
|
||||
m_tooltip = move(tooltip);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue