Skip to content

Commit

Permalink
Remove unused declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
woxtu committed Sep 8, 2023
1 parent 5567e13 commit e2c221b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import Theme
/// [Figma](https://www.figma.com/file/MbElhCEnjqnuodmvwabh9K/DroidKaigi-2023-App-UI?type=design&node-id=56145-70041&mode=dev)
struct FloorMapFooterSegmentedButton: View {
@Binding private var floor: FloorLevel
private let width: CGFloat = 104
private let height: CGFloat = 40

init(floor: Binding<FloorLevel>) {
_floor = floor
Expand Down
7 changes: 0 additions & 7 deletions app-ios/Modules/Sources/Session/SessionView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@ import shared
import SwiftUI
import Theme

private let startDateFormatter: DateFormatter = {
let formatter = DateFormatter()
formatter.dateStyle = .medium
formatter.timeStyle = .short
return formatter
}()

public struct SessionView: View {
@ObservedObject private(set) var viewModel: SessionViewModel
@State private var isDescriptionExpanded: Bool = false
Expand Down

0 comments on commit e2c221b

Please sign in to comment.