remove plugin_init()
authorLuis Ontanon <luis.ontanon@gmail.com>
Sun, 6 Mar 2005 02:55:06 +0000 (02:55 -0000)
committerLuis Ontanon <luis.ontanon@gmail.com>
Sun, 6 Mar 2005 02:55:06 +0000 (02:55 -0000)
svn path=/trunk/; revision=13613

plugins/stats_tree/stats_tree_plugin.c

index 6541dee5ade4affdfe85c19a97e2457884e5fa2e..33f69e264a5f247e4ea8ce6e87c981febc29bde3 100644 (file)
@@ -38,12 +38,6 @@ extern void register_http_stat_trees(void);
 
 G_MODULE_EXPORT const gchar version[] = "0.0";
 
-G_MODULE_EXPORT void plugin_init(plugin_address_table_t *pat _U_ ) {
-       /* initialise the table of pointers needed in Win32 DLLs */
-       plugin_address_table_init(pat);
-
-}
-
 G_MODULE_EXPORT void plugin_register_tap_listener(void)
 {
        register_pinfo_stat_trees();