diff --git a/src/common/Map.cc b/src/common/Map.cc index 5048aa3..4cfaaff 100644 --- a/src/common/Map.cc +++ b/src/common/Map.cc @@ -40,7 +40,6 @@ Map::Map(int width, int height, float tile_size) || (outer_out.point_within(y, x) && !outer_in.point_within(y, x))) { - refptr get_tile_at(float x, float y); ht = new HexTile(x, y, tile_size); }