Removed unused arg: prefs_do_chat_notify()

This commit is contained in:
James Booth
2016-02-04 00:21:38 +00:00
parent bab75cae15
commit 8342265607
7 changed files with 7 additions and 7 deletions

View File

@@ -589,7 +589,7 @@ wins_new_private(const char *const fulljid)
}
gboolean
wins_get_notify(void)
wins_do_notify_remind(void)
{
GList *values = g_hash_table_get_values(windows);
GList *curr = values;