summaryrefslogtreecommitdiff
path: root/internal/gui/audio_paths.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/gui/audio_paths.go')
-rw-r--r--internal/gui/audio_paths.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/internal/gui/audio_paths.go b/internal/gui/audio_paths.go
index c9d3ec2..47371d4 100644
--- a/internal/gui/audio_paths.go
+++ b/internal/gui/audio_paths.go
@@ -20,12 +20,6 @@ func (a *Application) resolveBgBgAudioFiles(wordDir string) (string, string) {
return resolveBgBgAudioFilesInDir(wordDir)
}
-// hasAnyAudioFile returns true if the card directory contains any audio file.
-// Delegates to the package-level helper used by CardService.
-func (a *Application) hasAnyAudioFile(wordDir string) bool {
- return hasAnyAudioFileInDir(wordDir)
-}
-
// resolveAudioFileFromMetadata reads audio_metadata.txt from wordDir and returns
// the path stored under key. Returns empty string when the key is absent or the
// file does not exist on disk.