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 ca46e01ffc
commit 4a19600465

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