aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-10-19 14:42:10 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-10-19 14:42:10 +0000
commita52bf035b78f437e6fbe0c28b8706f76c72df2d8 (patch)
tree029be0418ec14fb0b6c6a48cf27620a3620e1351 /plugins/mate
parent8248955d7d8626a889973b8f5111a1f7b6477d22 (diff)
Removed redundant redeclaration of delete_avpl().
svn path=/trunk/; revision=30618
Diffstat (limited to 'plugins/mate')
-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
*/