Skip to content

Commit

Permalink
Forgot to take out these references to the old arrow images.
Browse files Browse the repository at this point in the history
Reviewed by me.
  • Loading branch information
Francisco Ryan Tolmasky I committed Nov 7, 2008
1 parent edd49f2 commit b754d60
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions AppKit/CPMenuItem.j
Expand Up @@ -832,7 +832,6 @@ var _CPMenuItemSelectionColor = nil,
_CPMenuItemDefaultStateImages = [],
_CPMenuItemDefaultStateHighlightedImages = [],

_CPMenuItemViewMenuBarArrowImage = nil,
_CPMenuItemViewMenuBarArrowActivatedImage = nil;

/*
Expand Down Expand Up @@ -1008,9 +1007,6 @@ var _CPMenuItemSelectionColor = nil,

[self addSubview:_submenuView];
}

if (_belongsToMenuBar && !_CPMenuItemViewMenuBarArrowImage)
_CPMenuItemViewMenuBarArrowImage = [[CPImage alloc] initWithContentsOfFile:[[CPBundle bundleForClass:[_CPMenuItemView class]] pathForResource:@"_CPMenuItemView/_CPMenuItemViewMenuBarArrow.png"] size:CGSizeMake(10.0, 10.0)];

[_submenuView setHidden:NO];
[_submenuView setColor:_belongsToMenuBar ? [self textColor] : nil];
Expand Down

0 comments on commit b754d60

Please sign in to comment.