Remove parameter from tooltip_trigger_hide() (issue #516)

This commit is contained in:
o9000
2015-08-03 18:20:16 +02:00
parent 84c58ce9af
commit bdd56bc813
2 changed files with 2 additions and 2 deletions

View File

@@ -23,4 +23,4 @@ Contributors:
Xico Atelo : startup notifications
Craig Oakes : WM flags, issue tracker organization
Jeff Blake (https://gitlab.com/u/berkley4) : more mouse event handlers
Sebastian Reichel <sre@debian.org> : various fixes

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