From: Jaakko Salli Date: Sat, 27 Sep 2008 13:13:08 +0000 (+0000) Subject: Fixed a warning X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7ce66351b76d85ad6826fa5581ab2acd073bb188 Fixed a warning git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/propgrid/propgrid.cpp b/src/propgrid/propgrid.cpp index 06f9ba5aed..6bde5e1834 100644 --- a/src/propgrid/propgrid.cpp +++ b/src/propgrid/propgrid.cpp @@ -3473,8 +3473,6 @@ void wxPropertyGrid::CustomSetCursor( int type, bool override ) // Setups event handling for child control void wxPropertyGrid::SetupChildEventHandling( wxWindow* argWnd, int id ) { - wxWindow* wnd = argWnd; - if ( argWnd == m_wndEditor ) { this->Connect(id, wxEVT_MOTION,