output/Thread: don't deinitialize the pipe in Close()

This commit is contained in:
Max Kellermann
2016-12-13 20:28:19 +01:00
parent 2bf91a0487
commit 6e643fe58b
2 changed files with 2 additions and 10 deletions

View File

@@ -56,11 +56,6 @@ public:
chunk = nullptr;
}
void Deinit() {
pipe = nullptr;
chunk = nullptr;
}
const MusicPipe &GetPipe() {
assert(pipe != nullptr);