aboutsummaryrefslogtreecommitdiffstats
path: root/epan/plugins.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-05-21 00:39:33 +0000
committerGuy Harris <guy@alum.mit.edu>2004-05-21 00:39:33 +0000
commit8f4a65ae8631d13330244ea86c950f359e398962 (patch)
tree046cb6401e78dbed2b52beb4f51703fa726f0cbf /epan/plugins.c
parent82051275a789c2c6765decc88892f2b82730d106 (diff)
Get rid of a no-longer-used variable.
svn path=/trunk/; revision=10938
Diffstat (limited to 'epan/plugins.c')
-rw-r--r--epan/plugins.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/epan/plugins.c b/epan/plugins.c
index 6aba909d64..87edd1021a 100644
--- a/epan/plugins.c
+++ b/epan/plugins.c
@@ -1,7 +1,7 @@
/* plugins.c
* plugin routines
*
- * $Id: plugins.c,v 1.82 2004/05/20 22:37:45 guy Exp $
+ * $Id: plugins.c,v 1.83 2004/05/21 00:39:33 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -81,8 +81,6 @@ static plugin_address_table_t patable = {
/* linked list of all plugins */
plugin *plugin_list;
-static gchar *user_plug_dir = NULL;
-
#define PLUGINS_DIR_NAME "plugins"
/*