]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed a warning
authorJaakko Salli <jaakko.salli@dnainternet.net>
Sat, 27 Sep 2008 13:13:08 +0000 (13:13 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Sat, 27 Sep 2008 13:13:08 +0000 (13:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/propgrid/propgrid.cpp

index 06f9ba5aedd626df8fb41a22f807f415d5874196..6bde5e1834e80f0facd97e5606837fefe525f6b0 100644 (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,