cyberta пре 5 година
родитељ
комит
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