From 1d3915951bfbcdfa1a7829a4082e90e154d4a486 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sun, 4 Apr 2010 20:18:24 -0400 Subject: Get full names properly. Handling of nick_source setting and imcb_nick_hint() is probably still broken. --- protocols/bee_user.c | 1 - 1 file changed, 1 deletion(-) (limited to 'protocols/bee_user.c') diff --git a/protocols/bee_user.c b/protocols/bee_user.c index 675d37c5..20c760a9 100644 --- a/protocols/bee_user.c +++ b/protocols/bee_user.c @@ -168,7 +168,6 @@ void imcb_buddy_status( struct im_connection *ic, const char *handle, int flags, void imcb_buddy_msg( struct im_connection *ic, const char *handle, char *msg, uint32_t flags, time_t sent_at ) { bee_t *bee = ic->bee; - char *wrapped; bee_user_t *bu; bu = bee_user_by_handle( bee, ic, handle ); -- cgit v1.2.3