Feature/cleanup (#1608)

* Revert screenlog back to showing Info and above messages
 * Various code cleanup
This commit is contained in:
Alexander Bock
2021-05-25 14:08:33 +02:00
committed by GitHub
parent 53d0b49f6b
commit c3ba532bdb
183 changed files with 4267 additions and 6072 deletions
@@ -37,7 +37,6 @@ public:
virtual const std::vector<std::string>& translations() const override;
private:
std::string _type;
std::vector<std::string> _names;
};