From 7ce66351b76d85ad6826fa5581ab2acd073bb188 Mon Sep 17 00:00:00 2001 From: Jaakko Salli Date: Sat, 27 Sep 2008 13:13:08 +0000 Subject: [PATCH] Fixed a warning git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/propgrid/propgrid.cpp | 2 -- 1 file changed, 2 deletions(-) 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, -- 2.50.0