mirror of
https://github.com/weechat/weechat.git
synced 2026-07-03 16:23:14 +02:00
core, plugins: set options to NULL by default, refactor config init functions
This commit is contained in:
@@ -378,11 +378,6 @@ plugin_config_init ()
|
||||
&plugin_config_create_desc, NULL, NULL,
|
||||
&plugin_config_delete_desc, NULL, NULL);
|
||||
}
|
||||
else
|
||||
{
|
||||
plugin_config_section_var = NULL;
|
||||
plugin_config_section_desc = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user