diff --git a/pyfpdb/TourneySummary.py b/pyfpdb/TourneySummary.py index a705c32d..8953421b 100644 --- a/pyfpdb/TourneySummary.py +++ b/pyfpdb/TourneySummary.py @@ -194,10 +194,6 @@ class TourneySummary(object): 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): """\ Adds a player to the tourney, and initialises data structures indexed by player.