mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
Warning about growl delegate is gone.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user