Remove some unnecessary initializations.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user