changeset 24962:ed3409c4ccd6

Remove now unused tmp_buddy hack.
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 14 Jan 2009 14:04:17 +0000
parents 23bb3a96d8ea
children 36897ddd3e08
files libpurple/protocols/gg/gg.h
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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;