libpurple/connection.h

branch
soc.2013.gobjectification.plugins
changeset 36848
7fafdda14844
parent 36845
c2f112c96281
parent 34989
348356cbc657
child 36856
f3a0cc1fe226
--- 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)
-
 /*@}*/
 
 /**************************************************************************/

mercurial