From d558ed55df855e3ce01b19e7f1b1fe44dce8e64a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 21 Apr 2026 22:34:55 +0300 Subject: Audit stripped comicgen leftovers --- internal/gui/audio_paths.go | 6 ------ 1 file changed, 6 deletions(-) (limited to 'internal/gui/audio_paths.go') 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. -- cgit v1.2.3