mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
Merge from branches/new_api:r161
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
* Copyright (c) 2005 Eric Petit
|
||||
* Copyright (c) 2005-2006 Transmission authors and contributors
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
@@ -32,10 +32,9 @@
|
||||
|
||||
@interface Controller : NSObject
|
||||
{
|
||||
tr_handle_t * fHandle;
|
||||
tr_handle_t * fLib;
|
||||
int fCount, fSeeding, fDownloading, fCompleted;
|
||||
tr_stat_t * fStat;
|
||||
int fResumeOnWake[TR_MAX_TORRENT_COUNT];
|
||||
NSMutableArray * fTorrents;
|
||||
|
||||
NSToolbar * fToolbar;
|
||||
|
||||
@@ -127,8 +126,6 @@
|
||||
- (void) linkForums: (id) sender;
|
||||
- (void) notifyGrowl: (NSString *) file;
|
||||
- (void) revealFromMenu: (id) sender;
|
||||
- (void) finderReveal: (NSString *) path;
|
||||
- (void) finderTrash: (NSString *) path;
|
||||
- (void) growlRegister: (id) sender;
|
||||
|
||||
- (void) checkForUpdate: (id) sender;
|
||||
|
||||
Reference in New Issue
Block a user