Skip to content

Commit b1cd163

Browse files
committed
Comment out delegate declarations that are only present in 10.6
1 parent f478476 commit b1cd163

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

DBPrefsWindowController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
#import <Cocoa/Cocoa.h>
4343

4444

45-
@interface DBPrefsWindowController : NSWindowController <NSAnimationDelegate,NSToolbarDelegate>{
45+
@interface DBPrefsWindowController : NSWindowController /*<NSAnimationDelegate,NSToolbarDelegate>*/{
4646
NSMutableArray *toolbarIdentifiers;
4747
NSMutableDictionary *toolbarViews;
4848
NSMutableDictionary *toolbarItems;

PBGitHistoryController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
@class PBHistorySearchController;
2424

25-
@interface PBGitHistoryController : PBViewController <NSOutlineViewDelegate>{
25+
@interface PBGitHistoryController : PBViewController /*<NSOutlineViewDelegate>*/{
2626
IBOutlet PBRefController *refController;
2727
IBOutlet NSSearchField *searchField;
2828
IBOutlet NSArrayController* commitController;

PBGitSidebarController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@class PBGitHistoryController;
1414
@class PBGitCommitController;
1515

16-
@interface PBGitSidebarController : PBViewController <NSOutlineViewDelegate>{
16+
@interface PBGitSidebarController : PBViewController /*<NSOutlineViewDelegate>*/{
1717
IBOutlet NSWindow *window;
1818
IBOutlet NSOutlineView *sourceView;
1919
IBOutlet NSView *sourceListControlsView;

PBGitWindowController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
@class PBViewController, PBGitSidebarController, PBGitCommitController;
1616

17-
@interface PBGitWindowController : NSWindowController <NSWindowDelegate>{
17+
@interface PBGitWindowController : NSWindowController /*<NSWindowDelegate>*/{
1818
__weak PBGitRepository* repository;
1919

2020
PBViewController *contentController;

gitx_askpasswd_main.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#define WINDOWAUTOSAVENAME @"GitXAskPasswordWindowFrame"
3131

3232

33-
@interface GAPAppDelegate : NSObject <NSApplicationDelegate>
33+
@interface GAPAppDelegate : NSObject /*<NSApplicationDelegate>*/
3434
{
3535
NSPanel* mPasswordPanel;
3636
NSSecureTextField* mPasswordField;

0 commit comments

Comments
 (0)