src/protocols/oscar/oscar.c

changeset 4827
77b48b018834
parent 4826
ce211ce6a336
child 4828
a7a331159e7d
--- a/src/protocols/oscar/oscar.c	Tue Mar 18 22:30:21 2003 +0000
+++ b/src/protocols/oscar/oscar.c	Tue Mar 18 23:07:53 2003 +0000
@@ -4224,12 +4224,10 @@
 		aim_getinfo(od->sess, od->conn, who, AIM_GETINFO_GENERALINFO);
 }
 
-#if 0
 static void oscar_get_caps(struct gaim_connection *g, char *name) {
 	struct oscar_data *od = (struct oscar_data *)g->proto_data;
 	aim_getinfo(od->sess, od->conn, name, AIM_GETINFO_CAPABILITIES);
 }
-#endif
 
 static void oscar_set_dir(struct gaim_connection *g, const char *first, const char *middle, const char *last,
 			  const char *maiden, const char *city, const char *state, const char *country, int web) {
@@ -5515,13 +5513,11 @@
 		}
 	}
 
-#if 0
 	pbm = g_new0(struct proto_buddy_menu, 1);
 	pbm->label = _("Get Capabilities");
 	pbm->callback = oscar_get_caps;
 	pbm->gc = gc;
 	m = g_list_append(m, pbm);
-#endif
 
 	return m;
 }

mercurial