Remove some unnecessary initializations.

This commit is contained in:
Felix Geyer 2012-04-22 00:38:21 +02:00
parent 411617cc8b
commit 0bcce7ce7f
2 changed files with 0 additions and 5 deletions

View File

@ -24,7 +24,6 @@
Entry::Entry()
{
m_group = 0;
m_updateTimeinfo = true;
m_iconNumber = 0;

View File

@ -25,10 +25,6 @@
Group::Group()
{
m_parent = 0;
m_db = 0;
m_lastTopVisibleEntry = 0;
m_iconNumber = 48;
m_isExpanded = true;
m_autoTypeEnabled = Inherit;