Browse Source

remove deprecated todo

cyberta 5 years ago
parent
commit
6e62dc3428
1 changed files with 0 additions and 1 deletions
  1. 0 1
      DcCore/DcCore/DC/Wrapper.swift

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

@@ -408,7 +408,6 @@ public class DcContext {
 
 
     public func sendLocationsToChat(chatId: Int, seconds: Int) {
     public func sendLocationsToChat(chatId: Int, seconds: Int) {
         dc_send_locations_to_chat(contextPointer, UInt32(chatId), Int32(seconds))
         dc_send_locations_to_chat(contextPointer, UInt32(chatId), Int32(seconds))
-        //TODO: discuss if we want to omit the message intent donation here here
     }
     }
 
 
     public func setLocation(latitude: Double, longitude: Double, accuracy: Double) {
     public func setLocation(latitude: Double, longitude: Double, accuracy: Double) {