Skip to content

Commit

Permalink
Stop unnecessarily setting the display order in a menu item base class
Browse files Browse the repository at this point in the history
Addresses a review comment to PR #5604.
  • Loading branch information
MDoerner committed Oct 23, 2020
1 parent fd093b9 commit 1d6920c
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -11,7 +11,6 @@ protected FindAllImplementationsCommandMenuItemBase(FindAllImplementationsComman
{}

public override string Key => "ContextMenu_GoToImplementation";
public override int DisplayOrder => (int)CodePaneContextMenuItemDisplayOrder.FindAllImplementations;

public override bool EvaluateCanExecute(RubberduckParserState state)
{
Expand Down

0 comments on commit 1d6920c

Please sign in to comment.