Remove unused definition.

Tue, 30 Oct 2007 03:20:13 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Tue, 30 Oct 2007 03:20:13 +0000
changeset 21125
e7cd2426e511
parent 21124
c293f3c40d4a
child 21126
a90edce62548

Remove unused definition.

pidgin/gtksound.c file | annotate | diff | comparison | revisions
--- a/pidgin/gtksound.c	Tue Oct 30 03:19:41 2007 +0000
+++ b/pidgin/gtksound.c	Tue Oct 30 03:20:13 2007 +0000
@@ -51,8 +51,6 @@
 	char *def;
 };
 
-#define PLAY_SOUND_TIMEOUT 15000
-
 static guint mute_login_sounds_timeout = 0;
 static gboolean mute_login_sounds = FALSE;
 
@@ -482,11 +480,11 @@
 	}
 
 	play = gst_element_factory_make("playbin", "play");
-	
+
 	if (play == NULL) {
 		return;
 	}
-	
+
 	uri = g_strdup_printf("file://%s", filename);
 
 	g_object_set(G_OBJECT(play), "uri", uri,

mercurial