Remove unused assignments
This commit is contained in:
@@ -335,7 +335,6 @@ _rosterwin_unsubscribed_item(ProfLayoutSplit *layout, ProfChatWin *chatwin)
|
|||||||
g_string_append(msg, name);
|
g_string_append(msg, name);
|
||||||
if ((g_strcmp0(unreadpos, "after") == 0) && unread > 0) {
|
if ((g_strcmp0(unreadpos, "after") == 0) && unread > 0) {
|
||||||
g_string_append_printf(msg, " (%d)", unread);
|
g_string_append_printf(msg, " (%d)", unread);
|
||||||
unread = 0;
|
|
||||||
}
|
}
|
||||||
prefs_free_string(unreadpos);
|
prefs_free_string(unreadpos);
|
||||||
|
|
||||||
|
|||||||
@@ -295,7 +295,7 @@ status_bar_draw(void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pos = _status_bar_draw_extended_tabs(pos);
|
_status_bar_draw_extended_tabs(pos);
|
||||||
|
|
||||||
wnoutrefresh(statusbar_win);
|
wnoutrefresh(statusbar_win);
|
||||||
inp_put_back();
|
inp_put_back();
|
||||||
|
|||||||
Reference in New Issue
Block a user