Przeglądaj źródła

remove unsused constants

cyberta 5 lat temu
rodzic
commit
e61efc1099
1 zmienionych plików z 0 dodań i 3 usunięć
  1. 0 3
      deltachat-ios/Helper/Constants.swift

+ 0 - 3
deltachat-ios/Helper/Constants.swift

@@ -11,9 +11,6 @@ struct Constants {
         static let deltachatImapPasswordKey = "__DELTACHAT_IMAP_PASSWORD_KEY__"
     }
 
-    static let defaultShadow = UIImage(color: UIColor(hexString: "ff2b82"), size: CGSize(width: 1, height: 1))
-    static let onlineShadow = UIImage(color: UIColor(hexString: "3ed67e"), size: CGSize(width: 1, height: 1))
-
     static let notificationIdentifier = "deltachat-ios-local-notifications"
 
     static let defaultCellHeight: CGFloat = 48