diff src/protocols/gg/gg.c @ 8950:80b4c956d7ae

[gaim-migrate @ 9722] Remove the prpl callbacks set_dir, get_dir and dir_search. These 1) Were not called by anything 2) Are AIM-centric 3) Should be Account Actions, if implemented committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 16 May 2004 07:19:56 +0000
parents 136b4e159d04
children 294ae6548d4e
line wrap: on
line diff
--- a/src/protocols/gg/gg.c	Sun May 16 06:50:45 2004 +0000
+++ b/src/protocols/gg/gg.c	Sun May 16 07:19:56 2004 +0000
@@ -1,6 +1,6 @@
 /*
  * gaim - Gadu-Gadu Protocol Plugin
- * $Id: gg.c 9665 2004-05-06 22:38:01Z thekingant $
+ * $Id: gg.c 9722 2004-05-16 07:19:56Z thekingant $
  *
  * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL>
  *
@@ -1304,6 +1304,7 @@
 }
 #endif
 
+#if 0
 static void agg_dir_search(GaimConnection *gc, const char *first, const char *middle,
 			   const char *last, const char *maiden, const char *city, const char *state,
 			   const char *country, const char *email)
@@ -1353,6 +1354,7 @@
 		return;
 	}
 }
+#endif
 
 static void agg_change_passwd(GaimConnection *gc, const char *old, const char *new)
 {
@@ -1551,9 +1553,6 @@
 	agg_get_info,
 	agg_set_away,
 	NULL,
-	NULL,
-	agg_dir_search,
-	NULL,
 	agg_change_passwd,
 	agg_add_buddy,
 	agg_add_buddies,