mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -04:00
obsolete col attrs
This commit is contained in:
parent
f7fe1c6590
commit
245be4c166
1 changed files with 0 additions and 4 deletions
|
@ -54,10 +54,6 @@ class _Collection(object):
|
|||
d = datetime.datetime(d.year, d.month, d.day)
|
||||
d += datetime.timedelta(hours=4)
|
||||
self.crt = int(time.mktime(d.timetuple()))
|
||||
self.undoEnabled = False
|
||||
self.sessionStartReps = 0
|
||||
self.sessionStartTime = 0
|
||||
self.lastSessionStart = 0
|
||||
self.sched = Scheduler(self)
|
||||
# check for improper shutdown
|
||||
self.cleanup()
|
||||
|
|
Loading…
Reference in a new issue