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

@@ -57,7 +57,7 @@ privwin_incoming_msg(ProfPrivateWin *privatewin, const char *const message, GDat
}
gboolean is_current = wins_is_current(window);
gboolean notify = prefs_do_chat_notify(is_current, message);
gboolean notify = prefs_do_chat_notify(is_current);
// currently viewing chat window with sender
if (wins_is_current(window)) {