diff options
author | Stig Bjørlykke <stig@bjorlykke.org> | 2009-10-19 14:42:10 +0000 |
---|---|---|
committer | Stig Bjørlykke <stig@bjorlykke.org> | 2009-10-19 14:42:10 +0000 |
commit | a52bf035b78f437e6fbe0c28b8706f76c72df2d8 (patch) | |
tree | 029be0418ec14fb0b6c6a48cf27620a3620e1351 /plugins | |
parent | 8248955d7d8626a889973b8f5111a1f7b6477d22 (diff) | |
download | wireshark-a52bf035b78f437e6fbe0c28b8706f76c72df2d8.tar.gz wireshark-a52bf035b78f437e6fbe0c28b8706f76c72df2d8.tar.bz2 wireshark-a52bf035b78f437e6fbe0c28b8706f76c72df2d8.zip |
Removed redundant redeclaration of delete_avpl().
svn path=/trunk/; revision=30618
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mate/mate_util.h | 6 |
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 */ |