소스 검색

Merge pull request #1033 from deltachat/remove-is-io-running

remove unused isIoRunning() api
cyBerta 4 년 전
부모
커밋
328811c5b3
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      DcCore/DcCore/DC/Wrapper.swift

+ 0 - 4
DcCore/DcCore/DC/Wrapper.swift

@@ -224,10 +224,6 @@ public class DcContext {
         dc_stop_io(contextPointer)
     }
 
-    public func isIoRunning() -> Bool {
-        return dc_is_io_running(contextPointer) != 0
-    }
-
     public func setStockTranslation(id: Int32, localizationKey: String) {
         dc_set_stock_translation(contextPointer, UInt32(id), String.localized(localizationKey))
     }