im.pidgin.pidgin: f9d3abd0678a04291edd671c4e5d87c7217984bb

sadrul at pidgin.im sadrul at pidgin.im
Fri Oct 12 09:35:40 EDT 2007


-----------------------------------------------------------------
Revision: f9d3abd0678a04291edd671c4e5d87c7217984bb
Ancestor: 00d984abf9fb9de0f1e00d45230b5cd35329e469
Author: sadrul at pidgin.im
Date: 2007-10-12T13:38:27
Branch: im.pidgin.pidgin

Modified files:
        pidgin/gtksound.c

ChangeLog: 

Patch from nix_nix to remove some dead code. Closes #3489.

-------------- next part --------------
============================================================
--- pidgin/gtksound.c	633723aaaf41231761b0bfa6674668e685d56066
+++ pidgin/gtksound.c	19ec949ce5759e009945e1f178a1e86b89ed782d
@@ -118,12 +118,9 @@ play_conv_event(PurpleConversation *conv
 	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 ||


More information about the Commits mailing list