mirror of
https://github.com/transmission/transmission
synced 2025-01-31 19:34:05 +00:00
remove missing method definitions
This commit is contained in:
parent
d9151c70ee
commit
ce18bc26ae
3 changed files with 2 additions and 3 deletions
|
@ -153,6 +153,8 @@
|
|||
[iconTransformer release];
|
||||
|
||||
[fTorrent changeDownloadFolder: fDestination];
|
||||
|
||||
#warning make sure to reload file table
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
@ -114,8 +114,6 @@
|
|||
- (void) askOpenConfirmed: (Torrent *) torrent;
|
||||
- (void) openCreatedFile: (NSNotification *) notification;
|
||||
- (void) openFilesWithDict: (NSDictionary *) dictionary;
|
||||
- (void) openFilesAsk: (NSMutableArray *) files deleteTorrentFile: (torrentFileState) deleteTorrent;
|
||||
- (void) openFilesAskWithDict: (NSDictionary *) dictionary;
|
||||
- (void) openShowSheet: (id) sender;
|
||||
|
||||
- (void) duplicateOpenAlert: (NSString *) name;
|
||||
|
|
|
@ -1495,7 +1495,6 @@ void completenessChangeCallback(tr_torrent * torrent, cp_status_t status, void *
|
|||
|
||||
//set libtransmission settings for initialization
|
||||
tr_ctor * ctor = tr_ctorNew(fLib);
|
||||
#warning is it actually being forced to pause?
|
||||
tr_ctorSetPaused(ctor, TR_FORCE, YES);
|
||||
tr_ctorSetMaxConnectedPeers(ctor, TR_FALLBACK, [fDefaults integerForKey: @"PeersTorrent"]);
|
||||
|
||||
|
|
Loading…
Reference in a new issue