Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/game.py
diff options
context:
space:
mode:
Diffstat (limited to 'game.py')
-rw-r--r--game.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/game.py b/game.py
index 16894b6..7018151 100644
--- a/game.py
+++ b/game.py
@@ -151,9 +151,6 @@ class Game():
self._colors[self._dots[i].type]))
self._set_orientation()
- if self.we_are_sharing:
- self._parent.start_new_game()
-
def save_game(self):
''' Return dot list and orientation for saving to Journal or
sharing '''