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/SoundModel.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/SoundModel.cpp')
-rw-r--r-- | sigmodr/tree/SoundModel.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sigmodr/tree/SoundModel.cpp b/sigmodr/tree/SoundModel.cpp index 15eecf04..2e7c3938 100644 --- a/sigmodr/tree/SoundModel.cpp +++ b/sigmodr/tree/SoundModel.cpp @@ -36,10 +36,6 @@ Sigmodr::Tree::SoundModel::SoundModel(BaseModel* parent, Sigmod::Sound* sound) : { } -Sigmodr::Tree::SoundModel::~SoundModel() -{ -} - QVariant Sigmodr::Tree::SoundModel::data(int role) const { if (role == Qt::DisplayRole) |