--- 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); - /*@}*/ /**************************************************************************/