B. Petersen 5 years ago
parent
commit
3c419dfac0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      deltachat-ios/Controller/ChatViewController.swift

+ 0 - 1
deltachat-ios/Controller/ChatViewController.swift

@@ -205,7 +205,6 @@ class ChatViewController: MessagesViewController {
     }
 
     private var textDraft: String? {
-        // FIXME: need to free pointer
         if let draft = dc_get_draft(mailboxPointer, UInt32(chatId)) {
             if let cString = dc_msg_get_text(draft) {
                 let swiftString = String(cString: cString)