Mercurial > pidgin
changeset 32727:089acf3a8aa1
Remove purple_certificate_display_x509 from Perl wrappers.
| author | Elliott Sales de Andrade <qulogic@pidgin.im> |
|---|---|
| date | Tue, 28 Feb 2012 07:10:15 +0000 |
| parents | c47349fcd270 |
| children | 5050da3d9c95 |
| files | libpurple/plugins/perl/common/Certificate.xs |
| diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/plugins/perl/common/Certificate.xs Mon Feb 27 23:07:49 2012 +0000 +++ b/libpurple/plugins/perl/common/Certificate.xs Tue Feb 28 07:10:15 2012 +0000 @@ -68,10 +68,6 @@ purple_certificate_destroy(crt) Purple::Certificate crt -void -purple_certificate_display_x509(crt) - Purple::Certificate crt - ## changed order of arguments, so that $cert->export($file) could be used gboolean purple_certificate_export(crt, filename)
