Преглед изворни кода

remove unused isIoRunning() api

the api is about to be removed from core as well,
see https://github.com/deltachat/deltachat-core-rust/pull/2139
B. Petersen пре 4 година
родитељ
комит
963512391c
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)
         dc_stop_io(contextPointer)
     }
     }
 
 
-    public func isIoRunning() -> Bool {
-        return dc_is_io_running(contextPointer) != 0
-    }
-
     public func setStockTranslation(id: Int32, localizationKey: String) {
     public func setStockTranslation(id: Int32, localizationKey: String) {
         dc_set_stock_translation(contextPointer, UInt32(id), String.localized(localizationKey))
         dc_set_stock_translation(contextPointer, UInt32(id), String.localized(localizationKey))
     }
     }