diff libpurple/plugins/perl/common/Status.xs @ 31860:80eabeb5b794

Get rid of the wholly unused "primary attribute" thing in PurpleStatusTypes
author Mark Doliner <mark@kingant.net>
date Sun, 21 Aug 2011 01:35:54 +0000
parents 34b02adafd9b
children 09449ccf8ada
line wrap: on
line diff
--- a/libpurple/plugins/perl/common/Status.xs	Sun Aug 21 01:16:32 2011 +0000
+++ b/libpurple/plugins/perl/common/Status.xs	Sun Aug 21 01:35:54 2011 +0000
@@ -397,10 +397,6 @@
 purple_status_type_get_name(status_type)
 	Purple::StatusType status_type
 
-const char *
-purple_status_type_get_primary_attr(status_type)
-	Purple::StatusType status_type
-
 Purple::StatusPrimitive
 purple_status_type_get_primitive(status_type)
 	Purple::StatusType status_type
@@ -440,8 +436,3 @@
 	gboolean saveable
 	gboolean user_settable
 	gboolean independent
-
-void
-purple_status_type_set_primary_attr(status_type, attr_id)
-	Purple::StatusType status_type
-	const char *attr_id