remove old empty function

This commit is contained in:
steffen123 2010-07-07 04:24:46 +02:00
parent d27d6a310c
commit e3ce1b8c2d

View File

@ -194,10 +194,6 @@ class TourneySummary(object):
return (stored, duplicates, partial, errors, ttime) return (stored, duplicates, partial, errors, ttime)
def select(self, tourneyId):
""" Function to create Tourney object from database """
def addPlayer(self, rank, name, winnings, winningsCurrency, rebuyCount, addOnCount, koCount): def addPlayer(self, rank, name, winnings, winningsCurrency, rebuyCount, addOnCount, koCount):
"""\ """\
Adds a player to the tourney, and initialises data structures indexed by player. Adds a player to the tourney, and initialises data structures indexed by player.