core: remove unneeded warning when read of weechat.conf fails (another warning is already displayed)

This commit is contained in:
Sebastien Helleu 2013-11-09 09:57:01 +01:00
parent cce23613a7
commit a5785a1ddc

View File

@ -3316,13 +3316,6 @@ config_weechat_read ()
config_weechat_init_after_read ();
if (rc != WEECHAT_CONFIG_READ_OK)
{
gui_chat_printf (NULL,
_("%sError reading configuration"),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR]);
}
return rc;
}