diff options
Diffstat (limited to 'sigmodr/tree/RootModel.cpp')
-rw-r--r-- | sigmodr/tree/RootModel.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
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) |