Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
r10s committed Feb 7, 2025
1 parent bdcdfd0 commit 051c9b9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions deltachat-ios/DC/DcContext.swift
Original file line number Diff line number Diff line change
Expand Up @@ -460,10 +460,6 @@ public class DcContext {
dc_resend_msgs(contextPointer, msgIds.compactMap { UInt32($0) }, Int32(msgIds.count))
}

public func forwardMessage(with msgId: Int, to chat: Int) {
dc_forward_msgs(contextPointer, [UInt32(msgId)], 1, UInt32(chat))
}

public func forwardMessages(with msgIds: [Int], to chat: Int) {
dc_forward_msgs(contextPointer, msgIds.compactMap { UInt32($0) }, Int32(msgIds.count), UInt32(chat))
}
Expand Down

0 comments on commit 051c9b9

Please sign in to comment.