mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
combine the two rpc delete data methods
This commit is contained in:
@@ -275,8 +275,7 @@ typedef enum
|
||||
|
||||
- (void) rpcCallback: (tr_rpc_callback_type) type forTorrentStruct: (struct tr_torrent *) torrentStruct;
|
||||
- (void) rpcAddTorrentStruct: (struct tr_torrent *) torrentStruct;
|
||||
- (void) rpcRemoveTorrent: (Torrent *) torrent;
|
||||
- (void) rpcRemoveTorrentDeleteData: (Torrent *) torrent;
|
||||
- (void) rpcRemoveTorrent: (Torrent *) torrent deleteData: (BOOL) deleteData;
|
||||
- (void) rpcStartedStoppedTorrent: (Torrent *) torrent;
|
||||
- (void) rpcChangedTorrent: (Torrent *) torrent;
|
||||
- (void) rpcMovedTorrent: (Torrent *) torrent;
|
||||
|
||||
Reference in New Issue
Block a user