From c0fb91db545774ec45f208a6f771c22a0b153637 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 13 Feb 2009 18:01:00 +0100 Subject: drop check for PA_PROP_APPLICATION_NAME since often enough we can deduce this better from g_get_application_name() --- src/pulse/context.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/pulse/context.c') diff --git a/src/pulse/context.c b/src/pulse/context.c index 81050914..8686e0de 100644 --- a/src/pulse/context.c +++ b/src/pulse/context.c @@ -129,9 +129,6 @@ pa_context *pa_context_new_with_proplist(pa_mainloop_api *mainloop, const char * pa_init_i18n(); - if (!name && !pa_proplist_contains(p, PA_PROP_APPLICATION_NAME)) - return NULL; - c = pa_xnew(pa_context, 1); PA_REFCNT_INIT(c); -- cgit