mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
hasSound not used by anki code or add-ons
This commit is contained in:
parent
c9a4626807
commit
17dae51b29
1 changed files with 0 additions and 4 deletions
|
@ -16,7 +16,3 @@ def allSounds(text) -> List:
|
|||
|
||||
def stripSounds(text) -> str:
|
||||
return re.sub(_soundReg, "", text)
|
||||
|
||||
|
||||
def hasSound(text) -> bool:
|
||||
return re.search(_soundReg, text) is not None
|
||||
|
|
Loading…
Reference in a new issue