summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tilemgr/tile.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/tilemgr/tile.cc b/tilemgr/tile.cc
index fadf2ca..ee2527b 100644
--- a/tilemgr/tile.cc
+++ b/tilemgr/tile.cc
@@ -385,7 +385,6 @@ Tile::~Tile()
// this function has to check now if a tile has to be compressed.
// The old scheme of compression in AdminIf::compCompTiles does
// not work, because tiles may be destroyed before with releaseAll.
- compress();
delete compEngine;
delete [] params;
}