aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/plugins/PulseOutputPlugin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/output/plugins/PulseOutputPlugin.cxx')
-rw-r--r--src/output/plugins/PulseOutputPlugin.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/output/plugins/PulseOutputPlugin.cxx b/src/output/plugins/PulseOutputPlugin.cxx
index 3e50eac52..96c898ddb 100644
--- a/src/output/plugins/PulseOutputPlugin.cxx
+++ b/src/output/plugins/PulseOutputPlugin.cxx
@@ -330,7 +330,6 @@ pulse_output_init(const config_param &param, Error &error)
po->mixer = nullptr;
po->mainloop = nullptr;
- po->context = nullptr;
po->stream = nullptr;
return &po->base;
@@ -350,7 +349,6 @@ pulse_output_enable(AudioOutput *ao, Error &error)
PulseOutput *po = (PulseOutput *)ao;
assert(po->mainloop == nullptr);
- assert(po->context == nullptr);
/* create the libpulse mainloop and start the thread */