mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
remove unused function
This commit is contained in:
parent
84c17e1f02
commit
67a3223623
1 changed files with 0 additions and 4 deletions
|
@ -597,10 +597,6 @@ from the profile screen."
|
|||
if newState != "resetRequired" and newState != "review":
|
||||
self.reviewer.cleanup()
|
||||
|
||||
def noteChanged(self, nid):
|
||||
"Called when a card or note is edited (but not deleted)."
|
||||
runHook("noteChanged", nid)
|
||||
|
||||
# Resetting state
|
||||
##########################################################################
|
||||
|
||||
|
|
Loading…
Reference in a new issue