summaryrefslogtreecommitdiff
path: root/common/set.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/set.cpp')
-rw-r--r--common/set.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/set.cpp b/common/set.cpp
deleted file mode 100644
index ce44f02..0000000
--- a/common/set.cpp
+++ /dev/null
@@ -1,5 +0,0 @@
-#include "set.h"
-
-void Set::add_tile(Tile tile) {
- container.push_back(tile);
-}