remove unused where clause from rebuildTypes()

This commit is contained in:
Damien Elmes 2010-11-15 14:07:13 +09:00
parent 6d2e32e2df
commit 26470c997e

View file

@ -350,7 +350,7 @@ Card info: %d %d %d""" % (self.failedSoonCount, self.revCount, self.newCountToda
"priority desc, combinedDue",
"priority desc, combinedDue desc")[self.newCardOrder]
def rebuildTypes(self, where=""):
def rebuildTypes(self):
"Rebuild the type cache. Only necessary on upgrade."
lim = "type >= 0" # don't touch suspended cards
if where: