mirror of
https://github.com/irssi/irssi.git
synced 2026-08-22 10:02:22 +02:00
Remove dead assignment
This commit is contained in:
parent
c890ecafa0
commit
33968c4c2f
1 changed files with 0 additions and 2 deletions
|
|
@ -138,8 +138,6 @@ static void init_userinfo(void)
|
|||
if (nick == NULL || *nick == '\0') {
|
||||
str = g_getenv("IRCNICK");
|
||||
settings_set_str("nick", str != NULL ? str : user_name);
|
||||
|
||||
nick = settings_get_str("nick");
|
||||
}
|
||||
|
||||
/* host name */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue