Remove unused code

This commit is contained in:
Arkadiusz Fal 2021-11-30 23:58:27 +01:00
parent b5ffa5b267
commit c6f077dcd3

View File

@ -42,9 +42,6 @@ struct FavoritesView: View {
.redrawOn(change: favoritesChanged)
#if os(tvOS)
.sheet(isPresented: $presentingEditFavorites) {
EditFavorites()
}
.edgesIgnoringSafeArea(.horizontal)
#else
.onDrop(of: [UTType.text], delegate: DropFavoriteOutside(current: $dragging))