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/SoundModel.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sigmodr/tree/SoundModel.cpp') 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) -- cgit