summaryrefslogtreecommitdiff
path: root/bots/bot.py
diff options
context:
space:
mode:
Diffstat (limited to 'bots/bot.py')
-rw-r--r--bots/bot.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/bots/bot.py b/bots/bot.py
index 51151e0..2f3baae 100644
--- a/bots/bot.py
+++ b/bots/bot.py
@@ -107,14 +107,6 @@ class Bot():
count+=1
return count
- def remove_unknowns(self, tiles):
- """ poistaa tunnistamattomat laatat """
- count=0
- for tile in list(tiles):
- if not self.known_tile(tile):
- tiles.remove(tile)
- count+=1
- return count
def get_interesting_tiles(self):
""" palauttaa laatat joiden naapureissa on vaihtelua """