changeset 97:01d7bd6f0e86

removed forgotten autoplay hack
author Goffi <goffi@goffi.org>
date Wed, 02 Jun 2010 16:00:09 +0930
parents c8518b9a8025
children dd556233a1b1
files frontends/wix/card_game.py
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- 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"""