summaryrefslogtreecommitdiffstats
path: root/sigmod/Sprite.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-01-17 12:28:08 -0500
committerBen Boeckel <MathStuf@gmail.com>2009-01-17 12:30:57 -0500
commit2ea68783aa82e4be8eabc4bce76625921e67f30d (patch)
tree356dc97d617930d6aea3c64853e762b85a0319c4 /sigmod/Sprite.cpp
parentd21580b662cbc5d2e6c5e88e89d0e864cea957bf (diff)
downloadsigen-2ea68783aa82e4be8eabc4bce76625921e67f30d.tar.gz
sigen-2ea68783aa82e4be8eabc4bce76625921e67f30d.tar.xz
sigen-2ea68783aa82e4be8eabc4bce76625921e67f30d.zip
Removed unneeded dtors
Diffstat (limited to 'sigmod/Sprite.cpp')
-rw-r--r--sigmod/Sprite.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/sigmod/Sprite.cpp b/sigmod/Sprite.cpp
index f9d64935..e1a33b5e 100644
--- a/sigmod/Sprite.cpp
+++ b/sigmod/Sprite.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2008 Ben Boeckel <MathStuf@gmail.com>
+ * Copyright 2007-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
@@ -48,10 +48,6 @@ Sigmod::Sprite::Sprite(const QDomElement& xml, const Sigmod* parent, const int i
load(xml);
}
-Sigmod::Sprite::~Sprite()
-{
-}
-
void Sigmod::Sprite::validate()
{
TEST_BEGIN();