Fixed a warning

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli 2008-09-27 13:13:08 +00:00
parent 18e8e19b94
commit 7ce66351b7

View File

@ -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,