summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/card.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-01-21 01:55:26 +0100
committerLennart Poettering <lennart@poettering.net>2009-01-21 01:55:26 +0100
commit1d0bd6e5b77b372cd5168d2d19713c201df71d66 (patch)
tree7bf06cb785dc8d817b971e7584b9bbcc3e33e336 /src/pulsecore/card.c
parentdc2a4bd887083b2374ed96a9e4943f0b55373ac0 (diff)
remove bogus pa_core_check_idle() call
Diffstat (limited to 'src/pulsecore/card.c')
-rw-r--r--src/pulsecore/card.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pulsecore/card.c b/src/pulsecore/card.c
index cb775534..f42ad91d 100644
--- a/src/pulsecore/card.c
+++ b/src/pulsecore/card.c
@@ -189,8 +189,6 @@ void pa_card_free(pa_card *c) {
pa_xfree(c->driver);
pa_xfree(c->name);
pa_xfree(c);
-
- pa_core_check_idle(core);
}
int pa_card_set_profile(pa_card *c, const char *name) {