Browse Source

Remove unused code

Signed-off-by: marinofaggiana <96728420+MarinoFaggianaAstraIridium@users.noreply.github.com>
marinofaggiana 3 years ago
parent
commit
9d665c8eb0
1 changed files with 0 additions and 9 deletions
  1. 0 9
      iOSClient/Viewer/NCViewerMedia/NCPlayer/NCPlayerToolBar.swift

+ 0 - 9
iOSClient/Viewer/NCViewerMedia/NCPlayer/NCPlayerToolBar.swift

@@ -498,15 +498,6 @@ class NCPlayerToolBar: UIView {
         */
     }
     
-    @IBAction func playerMessageButtonTouchInside(_ sender: UIButton) {
-       
-        #if MFFFLIB
-        if let metadata = metadata {
-            MFFF.shared.stopMFFFSession(url: URL(fileURLWithPath: CCUtility.getDirectoryProviderStorageOcId(metadata.ocId, fileNameView: metadata.fileNameView)))
-        }
-        #endif
-    }
-
     func forward() {
 
         var index: Int = 0