Skip to content

Commit 2becea5

Browse files
committed
Merge with conflicts
2 parents 1c5d83e + 8242ad4 commit 2becea5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

RetailCoder.VBE/UI/Command/ShowParserErrorsCommand.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,13 @@ public interface IShowParserErrorsCommand : ICommand, IDisposable { }
1717
[ComVisible(false)]
1818
public class ShowParserErrorsCommand : CommandBase, IShowParserErrorsCommand
1919
{
20-
private readonly VBE _vbe;
2120
private readonly INavigateCommand _navigateCommand;
2221
private readonly RubberduckParserState _state;
2322
private readonly ISearchResultsWindowViewModel _viewModel;
2423
private readonly SearchResultPresenterInstanceManager _presenterService;
2524

26-
public ShowParserErrorsCommand(VBE vbe, INavigateCommand navigateCommand, RubberduckParserState state, ISearchResultsWindowViewModel viewModel, SearchResultPresenterInstanceManager presenterService)
25+
public ShowParserErrorsCommand(INavigateCommand navigateCommand, RubberduckParserState state, ISearchResultsWindowViewModel viewModel, SearchResultPresenterInstanceManager presenterService)
2726
{
28-
_vbe = vbe;
2927
_navigateCommand = navigateCommand;
3028
_state = state;
3129
_viewModel = viewModel;

0 commit comments

Comments
 (0)