Эх сурвалжийг харах

remove unused code from ChatViewController

cyberta 5 жил өмнө
parent
commit
608294c526

+ 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)