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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user