浏览代码

remove base64 string extention that is now unused

Simon Laux 2 年之前
父节点
当前提交
21e71a0e3f
共有 1 个文件被更改,包括 0 次插入4 次删除
  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()
-    }
 }