From cc35aa4b664f29ad977ef52c193a1d911e6d5bbc Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 24 Feb 2009 00:48:40 -0500 Subject: Removed unused dtors in sigmodrtree --- sigmodr/tree/RootModel.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sigmodr/tree/RootModel.cpp') diff --git a/sigmodr/tree/RootModel.cpp b/sigmodr/tree/RootModel.cpp index 65625aa7..b5671c9c 100644 --- a/sigmodr/tree/RootModel.cpp +++ b/sigmodr/tree/RootModel.cpp @@ -29,10 +29,6 @@ Sigmodr::Tree::RootModel::RootModel() : { } -Sigmodr::Tree::RootModel::~RootModel() -{ -} - bool Sigmodr::Tree::RootModel::setData(const QVariant& value, int role) { Q_UNUSED(value) -- cgit