1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 02:33:12 +02:00

irc: remove empty lines

This commit is contained in:
Sébastien Helleu
2020-03-28 10:36:10 +01:00
parent 349251feb1
commit 2efad93220
6 changed files with 0 additions and 8 deletions
-2
View File
@@ -662,7 +662,6 @@ irc_server_set_addresses (struct t_irc_server *server, const char *addresses)
return 1;
}
/*
* Sets index of current address for server.
*/
@@ -3060,7 +3059,6 @@ irc_server_msgq_flush ()
msg_decoded = NULL;
switch (IRC_SERVER_OPTION_INTEGER(irc_recv_msgq->server,
IRC_SERVER_OPTION_CHARSET_MESSAGE))
{