Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Cunningham <dan@digitaldan.com>
  • Loading branch information
digitaldan committed Feb 26, 2025
1 parent 3088d27 commit 3ef06f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openHABWatch/Views/Utils/DownloadableImageView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ import WatchKit

struct DownloadableImageView: View {
let url: URL?
//@State private var uiImage: UIImage?
@StateObject private var imageLoader = SVGImageLoader()

@State private var isLoading = true
@State private var task: URLSessionTask?

Expand Down

0 comments on commit 3ef06f0

Please sign in to comment.