summaryrefslogtreecommitdiff
path: root/internal/gui/persistence.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/gui/persistence.go')
-rw-r--r--internal/gui/persistence.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/internal/gui/persistence.go b/internal/gui/persistence.go
index e97a379..dc05b36 100644
--- a/internal/gui/persistence.go
+++ b/internal/gui/persistence.go
@@ -4,12 +4,6 @@ import (
"fmt"
)
-// ensureWordDirectoryAndMetadata creates a new card directory and writes word
-// metadata. Delegates to CardService.
-func (a *Application) ensureWordDirectoryAndMetadata(word string) (string, error) {
- return a.getCardService().EnsureWordDirectoryAndMetadata(word)
-}
-
// ensureCardDirectory ensures a card directory exists for the given word.
// Delegates to CardService.
func (a *Application) ensureCardDirectory(word string) (string, error) {