From f859e3785e392135d144b2ddea6c67030aa9ebba Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Thu, 25 Dec 2008 09:40:14 -0500 Subject: Removed unnecessary dtor in Item --- sigmod/Item.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sigmod/Item.cpp') 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(); -- cgit