libpurple/connection.h

branch
soc.2013.gobjectification
changeset 34866
abb9d842c1f0
parent 34766
33722e7cda18
child 34884
1eda402a5924
child 36362
e518ad02107d
--- a/libpurple/connection.h	Sat Jul 27 14:54:09 2013 +0530
+++ b/libpurple/connection.h	Sat Jul 27 16:22:20 2013 +0530
@@ -463,15 +463,6 @@
  */
 void purple_connection_update_last_received(PurpleConnection *gc);
 
-/**
- * Disables reconnection after the connection disconnects.
- * Called by prpls in handling of queries for user registration. This is not
- * required when implementing prpl_info->register_user.
- *
- * @param gc   The connection.
- */
-void purple_connection_disable_reconnection(PurpleConnection *gc);
-
 /*@}*/
 
 /**************************************************************************/

mercurial