libpurple/plugins/signals-test.c

branch
soc.2013.gobjectification
changeset 34555
9176f384669b
parent 34554
9c9febf0807f
child 34567
ea5103f66b0e
--- a/libpurple/plugins/signals-test.c	Sat Jun 15 01:27:41 2013 +0530
+++ b/libpurple/plugins/signals-test.c	Sat Jun 15 01:57:14 2013 +0530
@@ -719,7 +719,6 @@
 	void *conn_handle     = purple_connections_get_handle();
 	void *conv_handle     = purple_conversations_get_handle();
 	void *accounts_handle = purple_accounts_get_handle();
-/*	void *ciphers_handle  = purple_ciphers_get_handle(); */ /* TODO: uncomment after cipherlist is implemented */
 	void *ft_handle       = purple_xfers_get_handle();
 	void *sound_handle    = purple_sounds_get_handle();
 	void *notify_handle   = purple_notify_get_handle();
@@ -831,12 +830,6 @@
 	purple_signal_connect(conv_handle, "chat-topic-changed",
 						plugin, PURPLE_CALLBACK(chat_topic_changed_cb), NULL);
 
-	/* Ciphers signals */  /* TODO: uncomment after cipherlist is implemented */
-/*	purple_signal_connect(ciphers_handle, "cipher-added",
-						plugin, PURPLE_CALLBACK(cipher_added_cb), NULL);
-	purple_signal_connect(ciphers_handle, "cipher-removed",
-						plugin, PURPLE_CALLBACK(cipher_removed_cb), NULL);*/
-
 	/* Core signals */
 	purple_signal_connect(core_handle, "quitting",
 						plugin, PURPLE_CALLBACK(quitting_cb), NULL);

mercurial