diff --git a/apps/ios/Shared/Views/Chat/ComposeMessage/NativeTextEditor.swift b/apps/ios/Shared/Views/Chat/ComposeMessage/NativeTextEditor.swift index c6f36a448f..a396ccec59 100644 --- a/apps/ios/Shared/Views/Chat/ComposeMessage/NativeTextEditor.swift +++ b/apps/ios/Shared/Views/Chat/ComposeMessage/NativeTextEditor.swift @@ -263,11 +263,6 @@ struct NativeTextEditor_Previews: PreviewProvider{ } } - func encodeMarkdown(_ string: String) -> NSAttributedString { - -} - -func decodeMarkdown(_ attributedString: NSAttributedString) -> String { - + fatalError() }