Warning about growl delegate is gone.

This commit is contained in:
Mitchell Livingston 2006-07-22 15:10:16 +00:00
parent 25e75ec312
commit 6e109cde94
2 changed files with 3 additions and 2 deletions

View File

@ -33,9 +33,11 @@
#import "ImageBackgroundView.h"
#import "BarButton.h"
#import <Growl/Growl.h>
@class TorrentTableView;
@interface Controller : NSObject
@interface Controller : NSObject <GrowlApplicationBridgeDelegate>
{
tr_handle_t * fLib;
int fCompleted;

View File

@ -31,7 +31,6 @@
#import "StringAdditions.h"
#import <Sparkle/Sparkle.h>
#import <Growl/GrowlApplicationBridge.h>
#define TOOLBAR_OPEN @"Toolbar Open"
#define TOOLBAR_REMOVE @"Toolbar Remove"