Skip to content

Commit

Permalink
Clean up dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
vincode-io committed Dec 22, 2023
1 parent 4fca878 commit 0b2bc68
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Zavala/About/AboutViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import SwiftUI

class AboutViewController: UIViewController {

private var aboutViewController: UIHostingController<AboutView>!

override func viewDidLoad() {
super.viewDidLoad()

Expand All @@ -26,7 +24,6 @@ class AboutViewController: UIViewController {
view.topAnchor.constraint(equalTo: aboutViewController.view.topAnchor),
view.bottomAnchor.constraint(equalTo: aboutViewController.view.bottomAnchor)
])

}

override func viewDidAppear(_ animated: Bool) {
Expand Down

0 comments on commit 0b2bc68

Please sign in to comment.