# HG changeset patch # User Mark Doliner # Date 1250130237 0 # Node ID 782dffe2cf2dabe0bcceddf8d50014499ca5771d # Parent 72bf514cef9209b4490002537aae37cd689a8f2e No idea WTF this is diff -r 72bf514cef92 -r 782dffe2cf2d libpurple/protocols/msn/sync.h --- 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;