FolderNode: Remove makeEmpty() again

It is no longer necessary.

Change-Id: Id044ace6f0861bc0fc659fb6d6823da1f0082bc9
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Tobias Hunger
2017-03-10 16:16:30 +01:00
parent 3c85c00577
commit 7648504a30
4 changed files with 0 additions and 12 deletions

View File

@@ -593,15 +593,6 @@ void FolderNode::removeNode(Node *node)
m_nodes.removeOne(node);
}
/*!
Removes all files and subfolders from this folder node.
*/
void FolderNode::makeEmpty()
{
qDeleteAll(m_nodes);
m_nodes.clear();
}
bool FolderNode::showInSimpleTree() const
{
return false;