libpurple/plugins/perl/common/Purple.xs

branch
soc.2013.gobjectification
changeset 34980
4284b3621d8e
parent 23985
a8c308734700
child 35111
82c6d1ca2224
--- a/libpurple/plugins/perl/common/Purple.xs	Sun Sep 29 16:54:14 2013 +0530
+++ b/libpurple/plugins/perl/common/Purple.xs	Sun Sep 29 17:30:11 2013 +0530
@@ -23,7 +23,6 @@
 PURPLE_PERL_BOOT_PROTO(PluginPref);
 PURPLE_PERL_BOOT_PROTO(Pounce);
 PURPLE_PERL_BOOT_PROTO(Prefs);
-PURPLE_PERL_BOOT_PROTO(Privacy);
 PURPLE_PERL_BOOT_PROTO(Proxy);
 PURPLE_PERL_BOOT_PROTO(Prpl);
 PURPLE_PERL_BOOT_PROTO(Request);
@@ -65,7 +64,6 @@
 	PURPLE_PERL_BOOT(PluginPref);
 	PURPLE_PERL_BOOT(Pounce);
 	PURPLE_PERL_BOOT(Prefs);
-	PURPLE_PERL_BOOT(Privacy);
 	PURPLE_PERL_BOOT(Proxy);
 	PURPLE_PERL_BOOT(Prpl);
 	PURPLE_PERL_BOOT(Request);

mercurial