diff --git a/Passepartout-iOS/Global/Theme.swift b/Passepartout-iOS/Global/Theme.swift index d4fb28d2..f1b2adca 100644 --- a/Passepartout-iOS/Global/Theme.swift +++ b/Passepartout-iOS/Global/Theme.swift @@ -186,8 +186,6 @@ extension MFMailComposeViewController { } extension Infrastructure.Metadata { - - // FIXME: load from index JSON var logo: UIImage? { let bundle = Bundle(for: AppDelegate.self) guard let image = AssetImageTypeAlias(named: name, in: bundle, compatibleWith: nil) else {