output/Control: move code from FinishDestroy() to destructor

This commit is contained in:
Max Kellermann
2018-01-04 10:34:27 +01:00
parent a5b93008f5
commit 7574dfd339
3 changed files with 2 additions and 17 deletions
-1
View File
@@ -317,7 +317,6 @@ public:
void LockCommandWait(Command cmd) noexcept;
void BeginDestroy() noexcept;
void FinishDestroy() noexcept;
const std::map<std::string, std::string> GetAttributes() const noexcept;
void SetAttribute(std::string &&name, std::string &&value);