libpurple/protocols/msn/sync.h

changeset 28173
433d8188ce5d
parent 19859
71d37b57eff2
child 29305
202cb72ed5b0
--- a/libpurple/protocols/msn/sync.h	Thu Aug 13 02:19:16 2009 +0000
+++ b/libpurple/protocols/msn/sync.h	Thu Aug 13 02:23:57 2009 +0000
@@ -34,6 +34,11 @@
 {
 	MsnSession *session;
 	MsnTable *cbs_table;
+
+	/*
+	 * TODO: What is the intended purpose of old_cbs_table?  Nothing
+	 *       sets it and it is only read in two places.
+	 */
 	MsnTable *old_cbs_table;
 
 	int num_users;

mercurial