# HG changeset patch # User Sadrul Habib Chowdhury # Date 1192196307 0 # Node ID a5aa5a835c946c01e2604a0535bd5ceae2a999a1 # Parent f7b799e77c4374728ffc34ab716b8d7eaf039bea Patch from nix_nix to remove some dead code. Closes #3489. diff -r f7b799e77c43 -r a5aa5a835c94 pidgin/gtksound.c --- 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 ||