Skip to content

Commit

Permalink
Merge pull request #178 from macvim-dev/fix/remove_legacy_stuff
Browse files Browse the repository at this point in the history
Remove legacy pre-10.6 stuff
  • Loading branch information
splhack committed Dec 27, 2015
2 parents aeb05ce + 8a5fc88 commit 0bf0f54
Show file tree
Hide file tree
Showing 42 changed files with 377 additions and 7,846 deletions.
7 changes: 2 additions & 5 deletions src/MacVim/DBPrefsWindowController.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,8 @@
#import <Cocoa/Cocoa.h>


@interface DBPrefsWindowController : NSWindowController
#if (MAC_OS_X_VERSION_MAX_ALLOWED >= 1060)
// 10.6 has turned delegate messages into formal protocols
<NSAnimationDelegate, NSToolbarDelegate>
#endif
@interface DBPrefsWindowController : NSWindowController<NSAnimationDelegate,
NSToolbarDelegate>
{
NSMutableArray *toolbarIdentifiers;
NSMutableDictionary *toolbarViews;
Expand Down
1,995 changes: 276 additions & 1,719 deletions src/MacVim/English.lproj/Preferences.nib/designable.nib

Large diffs are not rendered by default.

Binary file modified src/MacVim/English.lproj/Preferences.nib/keyedobjects.nib
Binary file not shown.

0 comments on commit 0bf0f54

Please sign in to comment.