Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
zorikon committed Apr 10, 2024
1 parent e7bd167 commit 1ba2386
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Whisky/Extensions/View+Extension.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
import SwiftUI

extension View {
func fixedHorizontalSize() -> some View {
self.fixedSize(horizontal: true, vertical: false)
}

func fixedVerticalSize() -> some View {
self.fixedSize(horizontal: false, vertical: true)
}
Expand Down

0 comments on commit 1ba2386

Please sign in to comment.