From 2ea68783aa82e4be8eabc4bce76625921e67f30d Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sat, 17 Jan 2009 12:28:08 -0500 Subject: Removed unneeded dtors --- sigmod/MapTile.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sigmod/MapTile.cpp') 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 + * 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::MapTile::MapTile(const QDomElement& xml, const Map* parent, const int id load(xml); } -Sigmod::MapTile::~MapTile() -{ -} - void Sigmod::MapTile::validate() { TEST_BEGIN(); -- cgit