some more streamlining of the blocklist code

This commit is contained in:
Mitchell Livingston
2008-08-31 20:48:10 +00:00
parent f28d15372d
commit 25c30650d6
7 changed files with 26 additions and 38 deletions

View File

@@ -26,12 +26,10 @@
#import <transmission.h>
@class PrefsController;
@class BlocklistDownloader;
@interface BlocklistDownloaderViewController : NSObject
{
PrefsController * fPrefsController;
BlocklistDownloader * fDownloader;
IBOutlet NSWindow * fStatusWindow;
IBOutlet NSProgressIndicator * fProgressBar;