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

@@ -140,7 +140,7 @@ notify_remind(void)
gdouble elapsed = g_timer_elapsed(remind_timer, NULL);
gint remind_period = prefs_get_notify_remind();
if (remind_period > 0 && elapsed >= remind_period) {
gboolean notify = wins_get_notify();
gboolean notify = wins_do_notify_remind();
gint unread = wins_get_total_unread();
gint open = muc_invites_count();
gint subs = presence_sub_request_count();