diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-12-25 09:40:14 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-12-25 09:40:14 -0500 |
| commit | f859e3785e392135d144b2ddea6c67030aa9ebba (patch) | |
| tree | 14c7667143d5b20b63baeffbce176c3b572af021 /sigmod/Item.cpp | |
| parent | 483f56aea5aa6efefa55f68b4e7e52c9f814baa0 (diff) | |
Removed unnecessary dtor in Item
Diffstat (limited to 'sigmod/Item.cpp')
| -rw-r--r-- | sigmod/Item.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sigmod/Item.cpp b/sigmod/Item.cpp index 07ce051c..e6f521dd 100644 --- a/sigmod/Item.cpp +++ b/sigmod/Item.cpp @@ -63,10 +63,6 @@ Sigmod::Item::Item(const QDomElement& xml, const Sigmod* parent, const int id) : load(xml); } -Sigmod::Item::~Item() -{ -} - void Sigmod::Item::validate() { TEST_BEGIN(); |
