From ff3dcd69c48b2a39cdef71a9a8d5ee278440da55 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sat, 10 Jan 2009 19:26:50 -0500 Subject: Removed Weather destructor --- sigmod/Weather.cpp | 6 +----- sigmod/Weather.h | 3 +-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/sigmod/Weather.cpp b/sigmod/Weather.cpp index 2458d836..77f48807 100644 --- a/sigmod/Weather.cpp +++ b/sigmod/Weather.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2008 Ben Boeckel + * Copyright 2008-2009 Ben Boeckel * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -51,10 +51,6 @@ Sigmod::Weather::Weather(const QDomElement& xml, const Sigmod* parent, const int load(xml); } -Sigmod::Weather::~Weather() -{ -} - void Sigmod::Weather::validate() { TEST_BEGIN(); diff --git a/sigmod/Weather.h b/sigmod/Weather.h index ff038740..175c23b8 100644 --- a/sigmod/Weather.h +++ b/sigmod/Weather.h @@ -1,5 +1,5 @@ /* - * Copyright 2008 Ben Boeckel + * Copyright 2008-2009 Ben Boeckel * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -38,7 +38,6 @@ class SIGMOD_EXPORT Weather : public Object Weather(const Sigmod* parent, const int id); Weather(const Weather& weather, const Sigmod* parent, const int id); Weather(const QDomElement& xml, const Sigmod* parent, const int id = -1); - ~Weather(); void validate(); -- cgit