cyberta 5 лет назад
Родитель
Сommit
e61efc1099
1 измененных файлов с 0 добавлено и 3 удалено
  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