Skip to content

Commit 1cdcfe6

Browse files
committed
removed unused parameter
1 parent 77fa481 commit 1cdcfe6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Rubberduck.Core/App.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
using Rubberduck.Parsing.UIContext;
1414
using Rubberduck.Resources;
1515
using Rubberduck.UI.Command;
16-
using Rubberduck.VBEditor.SafeComWrappers.Abstract;
1716
using Rubberduck.VBEditor.Utility;
1817
using Rubberduck.VersionCheck;
1918
using Application = System.Windows.Forms.Application;
@@ -33,8 +32,7 @@ public sealed class App : IDisposable
3332

3433
private Configuration _config;
3534

36-
public App(IVBE vbe,
37-
IMessageBox messageBox,
35+
public App(IMessageBox messageBox,
3836
IGeneralConfigService configService,
3937
IAppMenu appMenus,
4038
IRubberduckHooks hooks,

0 commit comments

Comments
 (0)