Remove unused/redundant assignments

This commit is contained in:
Paul Cornett
2019-04-04 10:28:42 -07:00
parent ff01f4a5a8
commit 5629f71c32
6 changed files with 2 additions and 26 deletions

View File

@@ -1423,7 +1423,6 @@ bool wxWindowQt::QtHandleMouseEvent ( QWidget *handler, QMouseEvent *event )
e.SetEventType( wxEVT_LEAVE_WINDOW );
ProcessWindowEvent( e );
m_mouseInside = mouseInside;
}
}