Remove parameter from tooltip_trigger_hide() (issue #516)
This commit is contained in:
@@ -259,7 +259,7 @@ void tooltip_update()
|
||||
}
|
||||
|
||||
|
||||
void tooltip_trigger_hide(Tooltip* tooltip)
|
||||
void tooltip_trigger_hide()
|
||||
{
|
||||
if (g_tooltip.mapped) {
|
||||
tooltip_copy_text(0);
|
||||
|
||||
Reference in New Issue
Block a user