We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9849fe6 commit af159bfCopy full SHA for af159bf
RetailCoder.VBE/UI/RubberduckMenu.cs
@@ -29,12 +29,8 @@ internal class RubberduckMenu : Menu
29
private readonly IRubberduckParser _parser;
30
private readonly AddIn _addIn;
31
32
- //These need to stay in scope for their click events to fire. (32-bit only?)
33
- // ReSharper disable once NotAccessedField.Local
34
private CommandBarButton _about;
35
36
private CommandBarButton _settings;
37
38
private CommandBarButton _sourceControl;
39
40
private ProjectExplorerContextMenu _projectExplorerContextMenu;
0 commit comments