From 0bcce7ce7f387f08b55ca1b128a38726627df2f6 Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Sun, 22 Apr 2012 00:38:21 +0200 Subject: [PATCH] Remove some unnecessary initializations. --- src/core/Entry.cpp | 1 - src/core/Group.cpp | 4 ---- 2 files changed, 5 deletions(-) diff --git a/src/core/Entry.cpp b/src/core/Entry.cpp index 1e63d4fb0..8ef98b71e 100644 --- a/src/core/Entry.cpp +++ b/src/core/Entry.cpp @@ -24,7 +24,6 @@ Entry::Entry() { - m_group = 0; m_updateTimeinfo = true; m_iconNumber = 0; diff --git a/src/core/Group.cpp b/src/core/Group.cpp index 4c330e4cb..c0bb67bb6 100644 --- a/src/core/Group.cpp +++ b/src/core/Group.cpp @@ -25,10 +25,6 @@ Group::Group() { - m_parent = 0; - m_db = 0; - m_lastTopVisibleEntry = 0; - m_iconNumber = 48; m_isExpanded = true; m_autoTypeEnabled = Inherit;