Make sure HUD_main gets community cards for AWs to use.

This commit is contained in:
Ray
2009-03-19 13:18:50 -04:00
parent 530462cc72
commit 75a94299f9
2 changed files with 3 additions and 5 deletions
-4
View File
@@ -349,10 +349,6 @@ class Flop_Mucked(Aux_Window):
self.m_windows[i].show_all()
self.m_windows[i].hide()
def update_data(self, new_hand_id, db_connection):
cards = db_connection.get_common_cards(new_hand_id)
self.hud.cards['common'] = cards['common']
def update_gui(self, new_hand_id):
"""Prepare and show the mucked cards."""
if self.displayed_cards: