diff options
| author | Fuwn <[email protected]> | 2025-03-02 05:39:51 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-03-02 05:39:51 -0800 |
| commit | c67dc1a227d4f7056caf0214ea761e0ce9506506 (patch) | |
| tree | b49487b399dcdc8c3349ee6c61218c1656555103 /Sora/Data | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-c67dc1a227d4f7056caf0214ea761e0ce9506506.tar.xz sora-testing-c67dc1a227d4f7056caf0214ea761e0ce9506506.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Data')
| -rw-r--r-- | Sora/Data/Settings/SettingsManager.swift | 4 |
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 } } |