1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

core: remove unneeded initialization of variable "highlight"

This commit is contained in:
Sébastien Helleu
2018-08-15 16:11:27 +02:00
parent eb64c8d65c
commit cfc491f7d1
-2
View File
@@ -1241,8 +1241,6 @@ gui_line_get_highlight (struct t_gui_line *line)
int highlight, *max_notify_level;
const char *nick;
highlight = 0;
if (line->data->notify_level == GUI_HOTLIST_HIGHLIGHT)
{
highlight = 1;