diff options
Diffstat (limited to 'sigmod/Status.cpp')
| -rw-r--r-- | sigmod/Status.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sigmod/Status.cpp b/sigmod/Status.cpp index fbb66c41..10b16112 100644 --- a/sigmod/Status.cpp +++ b/sigmod/Status.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2008 Ben Boeckel <MathStuf@gmail.com> + * Copyright 2008-2009 Ben Boeckel <MathStuf@gmail.com> * * 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 @@ -49,10 +49,6 @@ Sigmod::Status::Status(const QDomElement& xml, const Sigmod* parent, const int i load(xml); } -Sigmod::Status::~Status() -{ -} - void Sigmod::Status::validate() { TEST_BEGIN(); |
