# HG changeset patch # User Goffi # Date 1275460209 -34200 # Node ID 01d7bd6f0e86ac88905880b8e8eddadf4862cea2 # Parent c8518b9a80251188dd6a35ace05a74dc3f37a001 removed forgotten autoplay hack diff -r c8518b9a8025 -r 01d7bd6f0e86 frontends/wix/card_game.py --- a/frontends/wix/card_game.py Wed Jun 02 15:59:13 2010 +0930 +++ b/frontends/wix/card_game.py Wed Jun 02 16:00:09 2010 +0930 @@ -175,14 +175,6 @@ self.to_show = [] self.state = "play" - #tmp gof: FIXME - card = self.hand[-1] - self.parent.host.bridge.tarotGamePlayCards(self.player_nick, self.referee, [(card.suit, card.value)], profile_key = self.parent.host.profile) - del self.hand[-1] - self.state = "wait" - self._recalc_ori() - self.Refresh() - def showScores(self, xml_data, winners, loosers): """Called when the player as to select hist contrat @param xml_data: SàT xml representation of the form"""