diff --git a/AngelLoader/CustomControls/RichTextBoxCustom.cs b/AngelLoader/CustomControls/RichTextBoxCustom.cs index 45a4fcb32..e17a63046 100644 --- a/AngelLoader/CustomControls/RichTextBoxCustom.cs +++ b/AngelLoader/CustomControls/RichTextBoxCustom.cs @@ -440,10 +440,6 @@ protected override void WndProc(ref Message m) case InteropMisc.WM_MOUSEWHEEL: InterceptMousewheel(ref m); break; - case InteropMisc.WM_MBUTTONDOWN: - break; - case InteropMisc.WM_MBUTTONDBLCLK: - break; // The below DefWndProc() call essentially "calls" this section, and this section "returns" whether // the cursor was over a link (via LinkCursor) case InteropMisc.WM_REFLECT + InteropMisc.WM_NOTIFY: