Pārlūkot izejas kodu

remove unused code from ChatViewController

cyberta 5 gadi atpakaļ
vecāks
revīzija
608294c526
1 mainītis faili ar 0 papildinājumiem un 10 dzēšanām
  1. 0 10
      deltachat-ios/Controller/ChatViewController.swift

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

@@ -6,16 +6,6 @@ import AVFoundation
 import DcCore
 import SDWebImage
 
-protocol MediaSendHandler {
-    func onSuccess()
-}
-
-extension ChatViewController: MediaSendHandler {
-    func onSuccess() {
-        refreshMessages()
-    }
-}
-
 extension ChatViewController: MediaPickerDelegate {
     func onVideoSelected(url: NSURL) {
         sendVideo(url: url)