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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user