diff --git a/anki/cards.py b/anki/cards.py index f403c9945..79bd640b0 100644 --- a/anki/cards.py +++ b/anki/cards.py @@ -123,26 +123,3 @@ streak=?, lapses=?, grade=?, cycles=?, edue=? where id = ?""", def timeTaken(self): "Time taken to answer card, in integer MS." return int(min(time.time() - self.timerStarted, MAX_TIMER)*1000) - - # Questions and answers - ########################################################################## - - def htmlQuestion(self, type="question", align=True): - div = '''
| " % align) + - div + " |