Tue, 30 Oct 2007 03:20:13 +0000
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,