diff options
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/plugin-def.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/plugin-def.h b/src/plugins/plugin-def.h index 3717035..c559d83 100644 --- a/src/plugins/plugin-def.h +++ b/src/plugins/plugin-def.h @@ -303,10 +303,5 @@ G_MODULE_EXPORT const plugin_interface _chrysalide_plugin = { \ } -/* Interfaçage primaire avec Chrysalide */ -#define DEFINE_CHRYSALIDE_ACTIVE_PLUGIN(t, n, d, v, ...) \ - DEFINE_CHRYSALIDE_PLUGIN(t, n, d, v, EMPTY_PG_LIST(.required), AL( __VA_ARGS__ )) - - #endif /* _PLUGINS_PLUGIN_DEF_H */ |