1
0
Fork 0
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:
Mitchell Livingston 2008-01-04 05:52:20 +00:00
parent d9151c70ee
commit ce18bc26ae
3 changed files with 2 additions and 3 deletions

View file

@ -153,6 +153,8 @@
[iconTransformer release];
[fTorrent changeDownloadFolder: fDestination];
#warning make sure to reload file table
}
else
{

View file

@ -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;

View file

@ -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"]);