Prechádzať zdrojové kódy

remove unused member variable accountCreationQrCode in AppDelegate

cyberta 3 rokov pred
rodič
commit
f9d6d0bd8a
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  1. 0 1
      deltachat-ios/AppDelegate.swift

+ 0 - 1
deltachat-ios/AppDelegate.swift

@@ -174,7 +174,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
         appFullyInitialized = true
     }
 
-    public var accountCreationQrCode: String = ""
     // `open` is called when an url should be opened by Delta Chat.
     // we currently use that for handling oauth2 and for handing openpgp4fpr.
     //