oops... that were 2 files too much...
[quassel.git] / src / client / treemodel.h
index 2ce2bef..6f2575c 100644 (file)
@@ -194,9 +194,6 @@ private slots:
   void debug_rowsAboutToBeRemoved(const QModelIndex &parent, int start, int end);
   void debug_rowsInserted(const QModelIndex &parent, int start, int end);
   void debug_rowsRemoved(const QModelIndex &parent, int start, int end);
   void debug_rowsAboutToBeRemoved(const QModelIndex &parent, int start, int end);
   void debug_rowsInserted(const QModelIndex &parent, int start, int end);
   void debug_rowsRemoved(const QModelIndex &parent, int start, int end);
-
-private:
-  QHash<AbstractTreeItem *, QList<AbstractTreeItem *> > _childLists;
 };
 
 #endif
 };
 
 #endif