diff --git a/apple/OmnivoreKit/Sources/App/Views/Home/LibrarySearchView.swift b/apple/OmnivoreKit/Sources/App/Views/Home/LibrarySearchView.swift index 9e636f894..fd6cd50ef 100644 --- a/apple/OmnivoreKit/Sources/App/Views/Home/LibrarySearchView.swift +++ b/apple/OmnivoreKit/Sources/App/Views/Home/LibrarySearchView.swift @@ -141,12 +141,3 @@ struct LibrarySearchView: View { } } } - -extension AnyTransition { - static var moveAndFade: AnyTransition { - .asymmetric( - insertion: .move(edge: .trailing).combined(with: .opacity), - removal: .scale.combined(with: .opacity) - ) - } -}