summaryrefslogtreecommitdiff
path: root/src/map.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.cpp')
-rw-r--r--src/map.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/map.cpp b/src/map.cpp
index 87c902f6..151cbf53 100644
--- a/src/map.cpp
+++ b/src/map.cpp
@@ -46,9 +46,6 @@
*/
struct Location
{
- /**
- * Constructor.
- */
Location(int px, int py, MetaTile *ptile):
x(px), y(py), tile(ptile)
{}