From 7452e7d56619c35ffdc7fb34b082577d888299cf Mon Sep 17 00:00:00 2001 From: Rasmus Karlsson Date: Mon, 31 Jul 2017 21:56:21 +0200 Subject: [PATCH] Remove explicit construction in SettingsSnapshot constructor --- src/settingssnapshot.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/settingssnapshot.hpp b/src/settingssnapshot.hpp index 56a4a8a0..609b4d9a 100644 --- a/src/settingssnapshot.hpp +++ b/src/settingssnapshot.hpp @@ -7,8 +7,6 @@ namespace chatterino { struct SettingsSnapshot { public: SettingsSnapshot() - : _items() - , _mapItems() { }