Mercurial > pidgin
changeset 21054:901b3e13c633
Remove unused definition.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Tue, 30 Oct 2007 03:20:13 +0000 |
parents | c103b0ea456f |
children | a0b0f988667e |
files | pidgin/gtksound.c |
diffstat | 1 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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,