diff options
author | George Hazan <ghazan@miranda.im> | 2019-03-12 14:01:25 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-03-12 14:01:25 +0300 |
commit | 9e961742215a746f76f95c154592609223910dab (patch) | |
tree | 2eef51194c8400afcd79c468c9572ed1fd7e9f6e /plugins/MirandaG15/src/LCDFramework/CLCDList.h | |
parent | 8dd4143614ffa1a309f07f0b1a19921955f9c3f5 (diff) |
more code cleaning
Diffstat (limited to 'plugins/MirandaG15/src/LCDFramework/CLCDList.h')
-rw-r--r-- | plugins/MirandaG15/src/LCDFramework/CLCDList.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDList.h b/plugins/MirandaG15/src/LCDFramework/CLCDList.h index 52b623fecc..932101dbea 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDList.h +++ b/plugins/MirandaG15/src/LCDFramework/CLCDList.h @@ -21,13 +21,11 @@ public: m_eType = ROOT; m_pRoot = this; } - else - m_iLevel = m_pParent->GetLevel() + 1; + else m_iLevel = m_pParent->GetLevel() + 1; } virtual ~CListEntry() { - } int GetLevel() @@ -66,7 +64,7 @@ public: return m_eType; } - int GetEntryCount() + int GetEntryCount() { return m_iEntryCount; } |