summaryrefslogtreecommitdiff
path: root/pidgin/gtksound.c
diff options
context:
space:
mode:
authorSadrul Habib Chowdhury <sadrul@pidgin.im>2007-10-12 13:38:27 +0000
committerSadrul Habib Chowdhury <sadrul@pidgin.im>2007-10-12 13:38:27 +0000
commit5e00065a6b3bfb26f30e7e5893f369b68d8a717c (patch)
treeb003e300615c3e19cee53cc1b591a4e20d5d220e /pidgin/gtksound.c
parentb3ebee428d0b317431195f7257cdfdbc7e20ed4c (diff)
downloadpidgin-5e00065a6b3bfb26f30e7e5893f369b68d8a717c.tar.gz
Patch from nix_nix to remove some dead code. Closes #3489.
Diffstat (limited to 'pidgin/gtksound.c')
-rw-r--r--pidgin/gtksound.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/pidgin/gtksound.c b/pidgin/gtksound.c
index 9adee83a07..5271a1f6c4 100644
--- a/pidgin/gtksound.c
+++ b/pidgin/gtksound.c
@@ -118,12 +118,9 @@ play_conv_event(PurpleConversation *conv, PurpleSoundEventID event)
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 ||