diff options
Diffstat (limited to 'src/map.cpp')
-rw-r--r-- | src/map.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/map.cpp b/src/map.cpp index da097504..b5e815f3 100644 --- a/src/map.cpp +++ b/src/map.cpp @@ -68,11 +68,6 @@ TileAnimation::TileAnimation(Animation *ani): { } -TileAnimation::~TileAnimation() -{ -// TODO: fix or remove this -// delete mLastImage; -} void TileAnimation::update() { |