changeset 4961:e5cebfe1bb0e

[gaim-migrate @ 5295] We don't need this anymore. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Wed, 02 Apr 2003 06:43:57 +0000
parents 42bd8ab53234
children b6fd57ba76e8
files src/protocols/oscar/oscar.c
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c	Wed Apr 02 06:32:54 2003 +0000
+++ b/src/protocols/oscar/oscar.c	Wed Apr 02 06:43:57 2003 +0000
@@ -5582,14 +5582,6 @@
 	} else {
 		struct buddy *b = gaim_find_buddy(gc->account, who);
 
-		if (!b || (b->uc & UC_UNAVAILABLE)) {
-			pbm = g_new0(struct proto_buddy_menu, 1);
-			pbm->label = _("Get Away Msg");
-			pbm->callback = oscar_get_away_msg;
-			pbm->gc = gc;
-			m = g_list_append(m, pbm);
-		}
-
 		if ((aim_sncmp(gc->username, who)) && b->present) {
 			pbm = g_new0(struct proto_buddy_menu, 1);
 			pbm->label = _("Direct IM");