Remove parameter from tooltip_trigger_hide() (issue #516)

This commit is contained in:
o9000
2015-08-03 18:20:16 +02:00
committed by Ovidiu Mara
parent 84c58ce9af
commit 8eca71ac95
2 changed files with 2 additions and 2 deletions

View File

@@ -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);