remove old empty function
This commit is contained in:
parent
d27d6a310c
commit
e3ce1b8c2d
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user