# HG changeset patch # User Daniel Atallah # Date 1231941857 0 # Node ID ed3409c4ccd674d212eac51727d204b5f7e114e0 # Parent 23bb3a96d8ea82052888f2ded8b8b7cbb3555f17 Remove now unused tmp_buddy hack. diff -r 23bb3a96d8ea -r ed3409c4ccd6 libpurple/protocols/gg/gg.h --- a/libpurple/protocols/gg/gg.h Wed Jan 14 13:59:46 2009 +0000 +++ b/libpurple/protocols/gg/gg.h Wed Jan 14 14:04:17 2009 +0000 @@ -61,10 +61,7 @@ GGPToken *token; GList *chats; GGPSearches *searches; - - uin_t tmp_buddy; int chats_count; - GList *pending_richtext_messages; GHashTable *pending_images; } GGPInfo;