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

@@ -192,7 +192,7 @@ prefs_reset_room_trigger_ac(void)
}
gboolean
prefs_do_chat_notify(gboolean current_win, const char *const message)
prefs_do_chat_notify(gboolean current_win)
{
gboolean notify_current = prefs_get_boolean(PREF_NOTIFY_CHAT_CURRENT);
gboolean notify_window = FALSE;