Remove unused assignments

This commit is contained in:
Michael Vetter
2019-07-22 14:16:10 +02:00
parent e75cc41164
commit 137d128af2
2 changed files with 1 additions and 2 deletions

View File

@@ -335,7 +335,6 @@ _rosterwin_unsubscribed_item(ProfLayoutSplit *layout, ProfChatWin *chatwin)
g_string_append(msg, name);
if ((g_strcmp0(unreadpos, "after") == 0) && unread > 0) {
g_string_append_printf(msg, " (%d)", unread);
unread = 0;
}
prefs_free_string(unreadpos);