summaryrefslogtreecommitdiff
path: root/internal/gui/audio_paths.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-21 22:34:55 +0300
committerPaul Buetow <paul@buetow.org>2026-04-21 22:34:55 +0300
commitd558ed55df855e3ce01b19e7f1b1fe44dce8e64a (patch)
tree8285bce505da6384a9d430af6aef9834b90d96d4 /internal/gui/audio_paths.go
parentd773e26b19dcea2f4a1917ebb6edaa4f5721693f (diff)
Audit stripped comicgen leftovers
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.