changeset 28241:782dffe2cf2d

No idea WTF this is
author Mark Doliner <mark@kingant.net>
date Thu, 13 Aug 2009 02:23:57 +0000
parents 72bf514cef92
children e0dc076ba642
files libpurple/protocols/msn/sync.h
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;