# HG changeset patch # User Daniel Atallah # Date 1193714413 0 # Node ID 901b3e13c633a80656bd322b0b9a2d1bcb60e6ec # Parent c103b0ea456f2e72987269a03ef3305a0d1aa4e1 Remove unused definition. diff -r c103b0ea456f -r 901b3e13c633 pidgin/gtksound.c --- 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,