]> git.r.bdr.sh - rbdr/lyricli/blobdiff - Sources/lyricli/errors/source_could_not_be_enabled.swift
Add macos sources
[rbdr/lyricli] / Sources / lyricli / errors / source_could_not_be_enabled.swift
diff --git a/Sources/lyricli/errors/source_could_not_be_enabled.swift b/Sources/lyricli/errors/source_could_not_be_enabled.swift
deleted file mode 100644 (file)
index 7797478..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-// Future improvement: At the moment the sources don't need any special
-// configuration. Once we do have more operations it would make sense
-// to throw more descriptive errors.
-struct SourceCouldNotBeEnabled: Error {
-    var localizedDescription = "The selected source failed while enabling"
-}