mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-03-20 13:16:34 -04:00
Remove some unnecessary initializations.
This commit is contained in:
parent
411617cc8b
commit
0bcce7ce7f
@ -24,7 +24,6 @@
|
||||
|
||||
Entry::Entry()
|
||||
{
|
||||
m_group = 0;
|
||||
m_updateTimeinfo = true;
|
||||
|
||||
m_iconNumber = 0;
|
||||
|
@ -25,10 +25,6 @@
|
||||
|
||||
Group::Group()
|
||||
{
|
||||
m_parent = 0;
|
||||
m_db = 0;
|
||||
m_lastTopVisibleEntry = 0;
|
||||
|
||||
m_iconNumber = 48;
|
||||
m_isExpanded = true;
|
||||
m_autoTypeEnabled = Inherit;
|
||||
|
Loading…
x
Reference in New Issue
Block a user