mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Comment out delegate declarations that are only present in 10.6
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
|
||||
@interface DBPrefsWindowController : NSWindowController <NSAnimationDelegate,NSToolbarDelegate>{
|
||||
@interface DBPrefsWindowController : NSWindowController /*<NSAnimationDelegate,NSToolbarDelegate>*/{
|
||||
NSMutableArray *toolbarIdentifiers;
|
||||
NSMutableDictionary *toolbarViews;
|
||||
NSMutableDictionary *toolbarItems;
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
@class PBHistorySearchController;
|
||||
|
||||
@interface PBGitHistoryController : PBViewController <NSOutlineViewDelegate>{
|
||||
@interface PBGitHistoryController : PBViewController /*<NSOutlineViewDelegate>*/{
|
||||
IBOutlet PBRefController *refController;
|
||||
IBOutlet NSSearchField *searchField;
|
||||
IBOutlet NSArrayController* commitController;
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
@class PBGitHistoryController;
|
||||
@class PBGitCommitController;
|
||||
|
||||
@interface PBGitSidebarController : PBViewController <NSOutlineViewDelegate>{
|
||||
@interface PBGitSidebarController : PBViewController /*<NSOutlineViewDelegate>*/{
|
||||
IBOutlet NSWindow *window;
|
||||
IBOutlet NSOutlineView *sourceView;
|
||||
IBOutlet NSView *sourceListControlsView;
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
@class PBViewController, PBGitSidebarController, PBGitCommitController;
|
||||
|
||||
@interface PBGitWindowController : NSWindowController <NSWindowDelegate>{
|
||||
@interface PBGitWindowController : NSWindowController /*<NSWindowDelegate>*/{
|
||||
__weak PBGitRepository* repository;
|
||||
|
||||
PBViewController *contentController;
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
#define WINDOWAUTOSAVENAME @"GitXAskPasswordWindowFrame"
|
||||
|
||||
|
||||
@interface GAPAppDelegate : NSObject <NSApplicationDelegate>
|
||||
@interface GAPAppDelegate : NSObject /*<NSApplicationDelegate>*/
|
||||
{
|
||||
NSPanel* mPasswordPanel;
|
||||
NSSecureTextField* mPasswordField;
|
||||
|
||||
Reference in New Issue
Block a user