From 015167af602dc2db8731a97f232e379bcf1a8549 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Tue, 11 Oct 2022 11:33:53 +0800 Subject: [PATCH] Remove old code --- .../Sources/App/Views/Home/LibrarySearchView.swift | 9 --------- 1 file changed, 9 deletions(-) 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) - ) - } -}