summaryrefslogtreecommitdiffstats
path: root/sigmodr/tree/SoundModel.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-02-24 00:48:40 -0500
committerBen Boeckel <MathStuf@gmail.com>2009-02-24 00:48:40 -0500
commitcc35aa4b664f29ad977ef52c193a1d911e6d5bbc (patch)
treefd593579d58e4b719b8e6ae2a7f2472898d291b0 /sigmodr/tree/SoundModel.h
parent6960342482298f8535cc521b2052aaa503070891 (diff)
downloadsigen-cc35aa4b664f29ad977ef52c193a1d911e6d5bbc.tar.gz
sigen-cc35aa4b664f29ad977ef52c193a1d911e6d5bbc.tar.xz
sigen-cc35aa4b664f29ad977ef52c193a1d911e6d5bbc.zip
Removed unused dtors in sigmodrtree
Diffstat (limited to 'sigmodr/tree/SoundModel.h')
-rw-r--r--sigmodr/tree/SoundModel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sigmodr/tree/SoundModel.h b/sigmodr/tree/SoundModel.h
index f3a8ce7e..8e08cb53 100644
--- a/sigmodr/tree/SoundModel.h
+++ b/sigmodr/tree/SoundModel.h
@@ -37,7 +37,6 @@ class SIGMODRTREE_IMPORT SoundModel : public ObjectModel
public:
SoundModel(BaseModel* parent, Sigmod::Sound* nature);
- ~SoundModel();
QVariant data(int role = Qt::DisplayRole) const;
public slots: