mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-20 03:35:41 +02:00
plugin: remove TODO
This commit is contained in:
parent
f066ba055e
commit
2df419efc2
1 changed files with 0 additions and 1 deletions
1
plugin.c
1
plugin.c
|
@ -69,7 +69,6 @@ plugin_load(const char *name, enum plugin_type type)
|
|||
tll_push_back(plugins, ((struct plugin){strdup(name), type, lib, NULL}));
|
||||
struct plugin *plug = &tll_back(plugins);
|
||||
|
||||
/* TODO: rename to plugin_info or so, in both modules and particles */
|
||||
dlerror(); /* Clear previous error */
|
||||
plug->sym = dlsym(lib, "plugin_info");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue