Skip to content

Commit af159bf

Browse files
committed
removed unneeded R# hint-killer comments
1 parent 9849fe6 commit af159bf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

RetailCoder.VBE/UI/RubberduckMenu.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,8 @@ internal class RubberduckMenu : Menu
2929
private readonly IRubberduckParser _parser;
3030
private readonly AddIn _addIn;
3131

32-
//These need to stay in scope for their click events to fire. (32-bit only?)
33-
// ReSharper disable once NotAccessedField.Local
3432
private CommandBarButton _about;
35-
// ReSharper disable once NotAccessedField.Local
3633
private CommandBarButton _settings;
37-
// ReSharper disable once NotAccessedField.Local
3834
private CommandBarButton _sourceControl;
3935

4036
private ProjectExplorerContextMenu _projectExplorerContextMenu;

0 commit comments

Comments
 (0)