hasSound not used by anki code or add-ons

This commit is contained in:
Damien Elmes 2020-01-20 09:31:28 +10:00
parent c9a4626807
commit 17dae51b29

View file

@ -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