mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-29 01:28:47 -04:00
Remove some unnecessary initializations.
This commit is contained in:
parent
411617cc8b
commit
0bcce7ce7f
2 changed files with 0 additions and 5 deletions
|
@ -24,7 +24,6 @@
|
||||||
|
|
||||||
Entry::Entry()
|
Entry::Entry()
|
||||||
{
|
{
|
||||||
m_group = 0;
|
|
||||||
m_updateTimeinfo = true;
|
m_updateTimeinfo = true;
|
||||||
|
|
||||||
m_iconNumber = 0;
|
m_iconNumber = 0;
|
||||||
|
|
|
@ -25,10 +25,6 @@
|
||||||
|
|
||||||
Group::Group()
|
Group::Group()
|
||||||
{
|
{
|
||||||
m_parent = 0;
|
|
||||||
m_db = 0;
|
|
||||||
m_lastTopVisibleEntry = 0;
|
|
||||||
|
|
||||||
m_iconNumber = 48;
|
m_iconNumber = 48;
|
||||||
m_isExpanded = true;
|
m_isExpanded = true;
|
||||||
m_autoTypeEnabled = Inherit;
|
m_autoTypeEnabled = Inherit;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue