Mercurial > pidgin
changeset 31711:84ac2406bb10
gtkconv: Remove a redundant lookup, as that just calls purple_conv_chat_cb_find()
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Tue, 21 Jun 2011 01:58:17 +0000 |
parents | 4dabe4bdfb29 |
children | f7c3aac5b22b |
files | pidgin/gtkconv.c |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkconv.c Tue Jun 21 01:40:54 2011 +0000 +++ b/pidgin/gtkconv.c Tue Jun 21 01:58:17 2011 +0000 @@ -6291,12 +6291,6 @@ g_free(val); } - if (!purple_conv_chat_find_user(chat, user)) - { - g_free(alias); - return; - } - g_return_if_fail(alias != NULL); cbuddy = purple_conv_chat_cb_find(chat, user);