--- a/libpurple/connection.h Tue Oct 01 17:39:32 2013 +0530 +++ b/libpurple/connection.h Wed Oct 02 01:15:44 2013 +0530 @@ -483,20 +483,6 @@ */ GList *purple_connections_get_connecting(void); -/** - * Checks if gc is still a valid pointer to a gc. - * - * @return @c TRUE if gc is valid. - * - * @deprecated Do not use this. Instead, cancel your asynchronous request - * when the PurpleConnection is destroyed. - */ -/* - * TODO: Eventually this bad boy will be removed, because it is - * a gross fix for a crashy problem. - */ -#define PURPLE_CONNECTION_IS_VALID(gc) (g_list_find(purple_connections_get_all(), (gc)) != NULL) - /*@}*/ /**************************************************************************/