diff options
Diffstat (limited to 'src/common/plugins.c')
-rw-r--r-- | src/common/plugins.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/plugins.c b/src/common/plugins.c index ac8c4a7ee..2fa151a49 100644 --- a/src/common/plugins.c +++ b/src/common/plugins.c @@ -337,7 +337,6 @@ void plugins_init(void) register_plugin_func(EVENT_ATHENA_FINAL); // networking - export_symbol(func_parse_table, SYMBOL_FUNC_PARSE_TABLE); export_symbol(RFIFOSKIP, SYMBOL_RFIFOSKIP); export_symbol(WFIFOSET, SYMBOL_WFIFOSET); export_symbol(delete_session, SYMBOL_DELETE_SESSION); |