--- a/libpurple/certificate.h Mon Jul 07 23:45:17 2014 -0700 +++ b/libpurple/certificate.h Mon Jul 07 23:57:43 2014 -0700 @@ -236,12 +236,6 @@ * <sbr/>@crt: Certificate instance * <sbr/>Returns: Binary DER representation of certificate - must * be freed using g_byte_array_free(). - * @get_display_string: Retrieves a string representation of the certificate - * suitable for display - * <sbr/>@crt: Certificate instance - * <sbr/>Returns: User-displayable string representation of - * certificate - must be freed using - * g_free(). * * A certificate type. * @@ -275,8 +269,6 @@ GSList * (* import_certificates)(const gchar * filename); GByteArray * (* get_der_data)(PurpleCertificate *crt); - gchar * (* get_display_string)(PurpleCertificate *crt); - /*< private >*/ void (*_purple_reserved1)(void); };