Skip to content

Commit

Permalink
Ugh, two remaining references.
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 b754d60 commit f5b0542
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions AppKit/CPMenuItem.j
Expand Up @@ -830,9 +830,7 @@ var LEFT_MARGIN = 3.0,
var _CPMenuItemSelectionColor = nil,

_CPMenuItemDefaultStateImages = [],
_CPMenuItemDefaultStateHighlightedImages = [],

_CPMenuItemViewMenuBarArrowActivatedImage = nil;
_CPMenuItemDefaultStateHighlightedImages = [];

/*
@ignore
Expand Down Expand Up @@ -1076,9 +1074,6 @@ var _CPMenuItemSelectionColor = nil,

if (shouldActivate)
{
if (!_CPMenuItemViewMenuBarArrowActivatedImage)
_CPMenuItemViewMenuBarArrowActivatedImage = [[CPImage alloc] initWithContentsOfFile:[[CPBundle bundleForClass:[_CPMenuItemView class]] pathForResource:@"_CPMenuItemView/_CPMenuItemViewMenuBarArrowActivated.png"] size:CGSizeMake(10.0, 10.0)];

[_imageAndTitleView setTextColor:[CPColor whiteColor]];
[_submenuView setColor:[CPColor whiteColor]];
}
Expand Down

0 comments on commit f5b0542

Please sign in to comment.