From 408b4fdcc6fb4c670bae89487924a925b2c1b1e0 Mon Sep 17 00:00:00 2001
From: Martin Rotter <rotter.martinos@gmail.com>
Date: Thu, 25 Feb 2016 16:05:23 +0100
Subject: [PATCH] Remove comment.

---
 src/services/abstract/rootitem.h | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/src/services/abstract/rootitem.h b/src/services/abstract/rootitem.h
index bb7e1fbdc..774549d5f 100755
--- a/src/services/abstract/rootitem.h
+++ b/src/services/abstract/rootitem.h
@@ -70,10 +70,6 @@ class RootItem : public QObject {
     explicit RootItem(RootItem *parent_item = NULL);
     virtual ~RootItem();
 
-    /////////////////////////////////////////
-    // /* Members to override.
-    /////////////////////////////////////////
-
     virtual QString hashCode() const;
 
     // Returns list of specific actions which can be done with the item.
@@ -124,10 +120,6 @@ class RootItem : public QObject {
     virtual int countOfUnreadMessages() const;
     virtual int countOfAllMessages() const;
 
-    /////////////////////////////////////////
-    // Members to override. */
-    /////////////////////////////////////////
-
     inline RootItem *parent() const {
       return m_parentItem;
     }