mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Remove redundant code
This commit is contained in:
@@ -116,9 +116,6 @@ static NSString* const OakTabItemPasteboardType = @"OakTabItemPasteboardType";
|
||||
_tabItems = [NSMutableArray new];
|
||||
_expanded = [[NSUserDefaults standardUserDefaults] boolForKey:kUserDefaultsDisableTabBarCollapsingKey];
|
||||
|
||||
self.activeBackgroundImage = [NSImage imageNamed:@"AW InactiveTabBG" inSameBundleAsClass:[self class]];
|
||||
self.inactiveBackgroundImage = [NSImage imageNamed:@"IW InactiveTabBG" inSameBundleAsClass:[self class]];
|
||||
|
||||
_addTabButton = [[OakRolloverButton alloc] initWithFrame:NSZeroRect];
|
||||
OakSetAccessibilityLabel(_addTabButton, @"Create new tab");
|
||||
_addTabButton.action = @selector(_newTab:);
|
||||
|
||||
Reference in New Issue
Block a user