summaryrefslogtreecommitdiff
path: root/pidgin/gtksound.c
diff options
context:
space:
mode:
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 ||