Explorar o código

remove base64 string extention that is now unused

Simon Laux %!s(int64=2) %!d(string=hai) anos
pai
achega
21e71a0e3f
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      deltachat-ios/Extensions/String+Extension.swift

+ 0 - 4
deltachat-ios/Extensions/String+Extension.swift

@@ -81,8 +81,4 @@ extension String {
             return "\(number)"
         }
     }
-
-    func toBase64() -> String {
-        return Data(self.utf8).base64EncodedString()
-    }
 }