keep track of address in text_dest for hilight purposes

This commit is contained in:
ailin-nemui 2015-12-28 00:07:42 +01:00
commit 7cc85b9427
4 changed files with 10 additions and 14 deletions

View file

@ -416,8 +416,6 @@ void format_create_dest_tag(TEXT_DEST_REC *dest, void *server,
dest->server_tag = server != NULL ? SERVER(server)->tag : server_tag;
dest->target = target;
dest->level = level;
dest->match_beg = 0;
dest->match_end = 0;
dest->window = window != NULL ? window :
window_find_closest(server, target, level);
}