Mercurial > pidgin
changeset 20901:a5aa5a835c94
Patch from nix_nix to remove some dead code. Closes #3489.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Fri, 12 Oct 2007 13:38:27 +0000 |
parents | f7b799e77c43 |
children | 680e1319b464 3375d44ccad7 |
files | pidgin/gtksound.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtksound.c Fri Oct 12 12:47:07 2007 +0000 +++ b/pidgin/gtksound.c Fri Oct 12 13:38:27 2007 +0000 @@ -118,12 +118,9 @@ if (conv != NULL && PIDGIN_IS_PIDGIN_CONVERSATION(conv)) { PidginConversation *gtkconv; - PidginWindow *win; gboolean has_focus; gtkconv = PIDGIN_CONVERSATION(conv); - win = gtkconv->win; - has_focus = purple_conversation_has_focus(conv); if (!gtkconv->make_sound ||