mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Remove explicit construction in SettingsSnapshot constructor
This commit is contained in:
parent
a975e15573
commit
7452e7d566
1 changed files with 0 additions and 2 deletions
|
@ -7,8 +7,6 @@ namespace chatterino {
|
|||
struct SettingsSnapshot {
|
||||
public:
|
||||
SettingsSnapshot()
|
||||
: _items()
|
||||
, _mapItems()
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue