mirror of
https://github.com/yattee/yattee.git
synced 2025-10-14 19:38:13 +00:00
Remove unused code
This commit is contained in:
@@ -6,8 +6,6 @@ struct ChannelPlaylistCell: View {
|
||||
|
||||
@Environment(\.navigationStyle) private var navigationStyle
|
||||
|
||||
var navigation = NavigationModel.shared
|
||||
|
||||
var body: some View {
|
||||
if navigationStyle == .tab {
|
||||
NavigationLink(destination: ChannelPlaylistView(playlist: playlist)) { cell }
|
||||
|
Reference in New Issue
Block a user