mirror of
https://github.com/yattee/yattee.git
synced 2025-10-11 18:08:12 +00:00
Remove unused code
This commit is contained in:
@@ -42,9 +42,6 @@ struct FavoritesView: View {
|
|||||||
.redrawOn(change: favoritesChanged)
|
.redrawOn(change: favoritesChanged)
|
||||||
|
|
||||||
#if os(tvOS)
|
#if os(tvOS)
|
||||||
.sheet(isPresented: $presentingEditFavorites) {
|
|
||||||
EditFavorites()
|
|
||||||
}
|
|
||||||
.edgesIgnoringSafeArea(.horizontal)
|
.edgesIgnoringSafeArea(.horizontal)
|
||||||
#else
|
#else
|
||||||
.onDrop(of: [UTType.text], delegate: DropFavoriteOutside(current: $dragging))
|
.onDrop(of: [UTType.text], delegate: DropFavoriteOutside(current: $dragging))
|
||||||
|
Reference in New Issue
Block a user