Remove explicit construction in SettingsSnapshot constructor
This commit is contained in:
@@ -7,8 +7,6 @@ namespace chatterino {
|
||||
struct SettingsSnapshot {
|
||||
public:
|
||||
SettingsSnapshot()
|
||||
: _items()
|
||||
, _mapItems()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user