Warnings: remove empty code (#6577)

* Warnings: remove empty code
This commit is contained in:
Vovodroid 2024-09-07 13:18:35 +03:00 committed by GitHub
parent 82c90666da
commit 07d79376d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 0 additions and 29 deletions

View file

@ -4090,8 +4090,6 @@ void GLCanvas3D::on_mouse(wxMouseEvent& evt)
while (p->GetParent())
p = p->GetParent();
auto *top_level_wnd = dynamic_cast<wxTopLevelWindow*>(p);
if (top_level_wnd && top_level_wnd->IsActive() && !wxGetApp().get_side_menu_popup_status())
;// m_canvas->SetFocus();
m_mouse.position = pos.cast<double>();
m_tooltip_enabled = false;
// 1) forces a frame render to ensure that m_hover_volume_idxs is updated even when the user right clicks while