Commit b4273274 authored by Max Kellermann's avatar Max Kellermann

output/pulse: remove unnecessary initialization

parent 99e6409a
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment