summaryrefslogtreecommitdiff
path: root/common/tile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/tile.cpp')
-rw-r--r--common/tile.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/tile.cpp b/common/tile.cpp
index 5a05548..0fb2230 100644
--- a/common/tile.cpp
+++ b/common/tile.cpp
@@ -59,7 +59,3 @@ Tile Tile::operator++(int) {
type = Type(type + 1);
return *this;
}
-
-void Tiles::sort() {
- std::sort(begin(), end());
-}