summaryrefslogtreecommitdiff
path: root/Sora/Data
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-03-02 05:39:51 -0800
committerFuwn <[email protected]>2025-03-02 05:39:51 -0800
commitc67dc1a227d4f7056caf0214ea761e0ce9506506 (patch)
treeb49487b399dcdc8c3349ee6c61218c1656555103 /Sora/Data
parentfeat: Development commit (diff)
downloadsora-testing-c67dc1a227d4f7056caf0214ea761e0ce9506506.tar.xz
sora-testing-c67dc1a227d4f7056caf0214ea761e0ce9506506.zip
feat: Development commit
Diffstat (limited to 'Sora/Data')
-rw-r--r--Sora/Data/Settings/SettingsManager.swift4
1 files changed, 0 insertions, 4 deletions
diff --git a/Sora/Data/Settings/SettingsManager.swift b/Sora/Data/Settings/SettingsManager.swift
index f2c8054..c9590be 100644
--- a/Sora/Data/Settings/SettingsManager.swift
+++ b/Sora/Data/Settings/SettingsManager.swift
@@ -130,10 +130,6 @@ class SettingsManager: ObservableObject {
searchHistory.remove(atOffsets: offsets)
}
- func removeSearchHistoryEntry(withTags tags: [String]) {
- searchHistory.removeAll { $0.tags.contains(where: tags.contains) }
- }
-
func removeSearchHistoryEntry(withID id: UUID) {
searchHistory.removeAll { $0.id == id }
}