summaryrefslogtreecommitdiffstats
path: root/src/pulse/context.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-02-13 18:01:00 +0100
committerLennart Poettering <lennart@poettering.net>2009-02-13 18:01:00 +0100
commitc0fb91db545774ec45f208a6f771c22a0b153637 (patch)
treeb7872d2c84884e72756938486b82330a99fc16bd /src/pulse/context.c
parent15e9b968e1fe67eef272803c80bbecc8463c3c89 (diff)
drop check for PA_PROP_APPLICATION_NAME since often enough we can deduce this better from g_get_application_name()
Diffstat (limited to 'src/pulse/context.c')
-rw-r--r--src/pulse/context.c3
1 files changed, 0 insertions, 3 deletions
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);