mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Remove Change Tracker again
This commit is contained in:
parent
29742122d2
commit
ebf423bc9c
1 changed files with 0 additions and 4 deletions
|
@ -29,7 +29,6 @@ from anki.utils import checksum, isLin, isWin, namedtmp
|
|||
from aqt import AnkiQt, colors, gui_hooks
|
||||
from aqt.main import ResetReason
|
||||
from aqt.qt import *
|
||||
from aqt.schema_change_tracker import ChangeTracker
|
||||
from aqt.sound import av_player
|
||||
from aqt.theme import theme_manager
|
||||
from aqt.utils import (
|
||||
|
@ -480,9 +479,6 @@ class Editor:
|
|||
fld = self.note.model()["flds"][ord]
|
||||
fld["sticky"] = not fld["sticky"]
|
||||
|
||||
change_tracker = ChangeTracker(self.mw)
|
||||
change_tracker.mark_basic()
|
||||
|
||||
def mungeHTML(self, txt: str) -> str:
|
||||
return gui_hooks.editor_will_munge_html(txt, self)
|
||||
|
||||
|
|
Loading…
Reference in a new issue