Sfoglia il codice sorgente

remove unused constants

cyberta 5 anni fa
parent
commit
008086beef
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      deltachat-ios/Helper/AvatarHelper.swift

+ 0 - 2
deltachat-ios/Helper/AvatarHelper.swift

@@ -3,8 +3,6 @@ import UIKit
 
 class AvatarHelper {
 
-    static let groupTemplate = "group_chat_avatar_%s_.jpg"
-    static let contactTemplate = "contact_avatar_%s.jpg"
     static let selfAvatarFile = "contact_avatar_self.jpg"
     private static let avatarPath = "avatars"