diff options
author | Ben Boeckel <MathStuf@gmail.com> | 2009-02-24 00:48:40 -0500 |
---|---|---|
committer | Ben Boeckel <MathStuf@gmail.com> | 2009-02-24 00:48:40 -0500 |
commit | cc35aa4b664f29ad977ef52c193a1d911e6d5bbc (patch) | |
tree | fd593579d58e4b719b8e6ae2a7f2472898d291b0 /sigmodr/tree/RootModel.cpp | |
parent | 6960342482298f8535cc521b2052aaa503070891 (diff) | |
download | sigen-cc35aa4b664f29ad977ef52c193a1d911e6d5bbc.tar.gz sigen-cc35aa4b664f29ad977ef52c193a1d911e6d5bbc.tar.xz sigen-cc35aa4b664f29ad977ef52c193a1d911e6d5bbc.zip |
Removed unused dtors in sigmodrtree
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) |