Remove explicit construction in SettingsSnapshot constructor

This commit is contained in:
Rasmus Karlsson 2017-07-31 21:56:21 +02:00
parent a975e15573
commit 7452e7d566

View file

@ -7,8 +7,6 @@ namespace chatterino {
struct SettingsSnapshot { struct SettingsSnapshot {
public: public:
SettingsSnapshot() SettingsSnapshot()
: _items()
, _mapItems()
{ {
} }