Skip to content

Commit 0bf0f54

Browse files
committed
Merge pull request #178 from macvim-dev/fix/remove_legacy_stuff
Remove legacy pre-10.6 stuff
2 parents aeb05ce + 8a5fc88 commit 0bf0f54

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+377
-7846
lines changed

src/MacVim/DBPrefsWindowController.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,8 @@
4242
#import <Cocoa/Cocoa.h>
4343

4444

45-
@interface DBPrefsWindowController : NSWindowController
46-
#if (MAC_OS_X_VERSION_MAX_ALLOWED >= 1060)
47-
// 10.6 has turned delegate messages into formal protocols
48-
<NSAnimationDelegate, NSToolbarDelegate>
49-
#endif
45+
@interface DBPrefsWindowController : NSWindowController<NSAnimationDelegate,
46+
NSToolbarDelegate>
5047
{
5148
NSMutableArray *toolbarIdentifiers;
5249
NSMutableDictionary *toolbarViews;

src/MacVim/English.lproj/Preferences.nib/designable.nib

Lines changed: 276 additions & 1719 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-12.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)