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 8b8deab commit 2b55a15Copy full SHA for 2b55a15
RetailCoder.VBE/Common/RubberduckHooks.cs
@@ -19,7 +19,6 @@ public class RubberduckHooks : IRubberduckHooks
19
private User32.WndProc _newWndProc;
20
21
private readonly IAttachable _timerHook;
22
- private readonly IAttachable _mouseHook;
23
private readonly IGeneralConfigService _config;
24
private readonly IList<IAttachable> _hooks = new List<IAttachable>();
25
0 commit comments