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 ¶m, 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 */