diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-01-17 12:28:08 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-01-17 12:30:57 -0500 |
| commit | 2ea68783aa82e4be8eabc4bce76625921e67f30d (patch) | |
| tree | 356dc97d617930d6aea3c64853e762b85a0319c4 /sigmod/MapTile.cpp | |
| parent | d21580b662cbc5d2e6c5e88e89d0e864cea957bf (diff) | |
| download | sigen-2ea68783aa82e4be8eabc4bce76625921e67f30d.tar.gz sigen-2ea68783aa82e4be8eabc4bce76625921e67f30d.tar.xz sigen-2ea68783aa82e4be8eabc4bce76625921e67f30d.zip | |
Removed unneeded dtors
Diffstat (limited to 'sigmod/MapTile.cpp')
| -rw-r--r-- | sigmod/MapTile.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sigmod/MapTile.cpp b/sigmod/MapTile.cpp index b06fee51..cd645527 100644 --- a/sigmod/MapTile.cpp +++ b/sigmod/MapTile.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 @@ -51,10 +51,6 @@ Sigmod::MapTile::MapTile(const QDomElement& xml, const Map* parent, const int id load(xml); } -Sigmod::MapTile::~MapTile() -{ -} - void Sigmod::MapTile::validate() { TEST_BEGIN(); |
