removed compat class for SignalVector

This commit is contained in:
fourtf
2020-02-23 19:49:45 +01:00
parent 7e49371ba1
commit 89389608e9
7 changed files with 7 additions and 18 deletions
@@ -27,8 +27,7 @@ public:
TwitchAccountManager twitch;
private:
SortedSignalVector<std::shared_ptr<Account>, SharedPtrElementLess<Account>>
accounts_;
SignalVector<std::shared_ptr<Account>> accounts_;
};
} // namespace chatterino