update mac gui to recognize global pex

This commit is contained in:
Mitchell Livingston
2007-12-24 05:05:56 +00:00
parent 401cfbdb6b
commit 8c22757404
11 changed files with 5051 additions and 5016 deletions

View File

@@ -63,7 +63,6 @@
IBOutlet NSPopUpButton * fRatioPopUp, * fUploadLimitPopUp, * fDownloadLimitPopUp;
IBOutlet NSTextField * fUploadLimitField, * fDownloadLimitField, * fRatioLimitField, * fPeersConnectField,
* fUploadLimitLabel, * fDownloadLimitLabel;
IBOutlet NSButton * fPexCheck;
NSString * fInitialString;
}
@@ -94,8 +93,6 @@
- (void) setRatioSetting: (id) sender;
- (void) setRatioLimit: (id) sender;
- (void) setPex: (id) sender;
- (void) setPeersConnectLimit: (id) sender;
@end