summaryrefslogtreecommitdiff
path: root/src/tilearea_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tilearea_type.h')
-rw-r--r--src/tilearea_type.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/tilearea_type.h b/src/tilearea_type.h
index 23813eeb8..219416acf 100644
--- a/src/tilearea_type.h
+++ b/src/tilearea_type.h
@@ -137,16 +137,8 @@ private:
int a_max, b_max; ///< The (rotated) x and y coordinates of the end of the iteration.
public:
- /**
- * Construct the iterator.
- * @param begin Tile from where to begin iterating.
- * @param end Tile where to end the iterating.
- */
DiagonalTileIterator(TileIndex begin, TileIndex end);
- /**
- * Move ourselves to the next tile in the rectange on the map.
- */
TileIterator& operator ++();
};