aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-19 14:42:10 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-19 14:42:10 +0000
commitcd650052476b9df86ef81e3caee05d1e1603dced (patch)
tree029be0418ec14fb0b6c6a48cf27620a3620e1351 /plugins
parentd6c850c1867452462b7aa68dcad8c9350bc31fd1 (diff)
Removed redundant redeclaration of delete_avpl().
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30618 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mate/mate_util.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/mate/mate_util.h b/plugins/mate/mate_util.h
index ea5680d359..d5a82260ee 100644
--- a/plugins/mate/mate_util.h
+++ b/plugins/mate/mate_util.h
@@ -207,12 +207,6 @@ extern AVPL* new_avpl_exact_match(const gchar* name,AVPL* src, AVPL* op, gboolea
extern AVPL* new_avpl_from_match(avpl_match_mode mode, const gchar* name,AVPL* src, AVPL* op, gboolean copy_avps);
-
-/*
- * avplist destructor
- */
-extern void delete_avpl(AVPL* avpl, gboolean avps_too);
-
/*
* functions on avpls
*/