mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 21:43:41 +00:00
Remove unused code
This commit is contained in:
parent
b5ffa5b267
commit
c6f077dcd3
@ -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))
|
||||||
|
Loading…
Reference in New Issue
Block a user