libpurple/connection.c

branch
soc.2013.gobjectification
changeset 34761
eb42f0726a08
parent 34756
7a11ecbb92d3
child 34762
5c0fcb671ecd
--- a/libpurple/connection.c	Sat Jul 13 21:17:31 2013 +0530
+++ b/libpurple/connection.c	Sat Jul 13 21:46:46 2013 +0530
@@ -79,8 +79,7 @@
 	 */
 	gboolean wants_to_die;
 
-	guint disconnect_timeout;  /**< Timer used for nasty stack tricks
-	                                TODO Get rid of this.                     */
+	guint disconnect_timeout;  /**< Timer used for nasty stack tricks         */
 	time_t last_received;      /**< When we last received a packet. Set by the
 	                                prpl to avoid sending unneeded keepalives */
 };

mercurial