summaryrefslogtreecommitdiff
path: root/plugins/stats_tree
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2005-03-06 02:55:06 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2005-03-06 02:55:06 +0000
commit17dc5ee62e5a85ce8eaa9b2fb41f88e95f5abeb8 (patch)
treedabcb6ed6c932123f18b40cbd1d35bee97cd27c0 /plugins/stats_tree
parentc6694e735416f0bfced01fef43b43d1630243974 (diff)
downloadwireshark-17dc5ee62e5a85ce8eaa9b2fb41f88e95f5abeb8.tar.gz
remove plugin_init()
svn path=/trunk/; revision=13613
Diffstat (limited to 'plugins/stats_tree')
-rw-r--r--plugins/stats_tree/stats_tree_plugin.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/stats_tree/stats_tree_plugin.c b/plugins/stats_tree/stats_tree_plugin.c
index 6541dee5ad..33f69e264a 100644
--- a/plugins/stats_tree/stats_tree_plugin.c
+++ b/plugins/stats_tree/stats_tree_plugin.c
@@ -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();