output/pulse: remove unnecessary initialization

This commit is contained in:
Max Kellermann 2014-12-29 23:00:11 +01:00
parent 99e6409a67
commit b42732743d
1 changed files with 0 additions and 2 deletions

View File

@ -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 */