Make browser and preferences window load lazily.
[pithos-macos] / pithos-macos / PithosPreferencesController.h
index 5fd4245..2a38814 100644 (file)
 // or implied, of GRNET S.A.
 
 #import <Cocoa/Cocoa.h>
-@class PithosBrowserController;
 @class PithosAccount;
 
 @interface PithosPreferencesController : NSWindowController <NSWindowDelegate> {
-    PithosBrowserController *pithosBrowserController;
     PithosAccount *selectedPithosAccount;
     
     NSArrayController *accountsArrayController;
@@ -63,7 +61,6 @@
     NSDictionaryController *selectedGroupMembersDictionaryController;
 }
 
-@property (nonatomic, assign) IBOutlet PithosBrowserController *pithosBrowserController;
 @property (nonatomic, retain) PithosAccount *selectedPithosAccount;
 
 @property (nonatomic, assign) IBOutlet NSArrayController *accountsArrayController;