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

core: move creation of info_hashtable from gui-focus.c to plugin-api-info.c (issue #1257)

This commit is contained in:
Sébastien Helleu
2020-05-16 14:20:18 +02:00
parent a5b851826e
commit a3747fefcd
4 changed files with 14 additions and 18 deletions
-1
View File
@@ -802,7 +802,6 @@ weechat_init (int argc, char *argv[], void (*gui_init_cb)())
command_init (); /* initialize WeeChat commands */
completion_init (); /* add core completion hooks */
gui_key_init (); /* init keys */
gui_focus_init (); /* initialize focus */
network_init_gcrypt (); /* init gcrypt */
if (!secure_init ()) /* init secured data */
weechat_shutdown (EXIT_FAILURE, 0);