diff --git a/pysollib/app.py b/pysollib/app.py index 4e363af98b..5e88c10eb8 100644 --- a/pysollib/app.py +++ b/pysollib/app.py @@ -80,9 +80,6 @@ def __init__(self): # self.comments = {} - def new(self): - return Comments() - def setGameComment(self, gameid, text): player = None key = (1, gameid, player)