misc: remove some dead code

This commit is contained in:
William Casarin
2023-06-28 16:25:04 +02:00
parent 32c71a4770
commit d9a06e69ae

View File

@@ -70,13 +70,6 @@ struct UserSearch: View {
return tagAttributedString
}
private func appendUserTag(_ tagAttributedString: NSMutableAttributedString) {
let mutableString = NSMutableAttributedString()
mutableString.append(post)
mutableString.append(tagAttributedString)
post = mutableString
}
var body: some View {
VStack(spacing: 0) {
Divider()