compilation fix after last commit
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 25 Jul 2004 15:48:14 +0000 (15:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 25 Jul 2004 15:48:14 +0000 (15:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28476 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/treectlg.cpp

index dd4fdecff991dc19755d775cb3348ad253c474be..61cfce6b525ebd54b0696729fd849e6c3b79c6e1 100644 (file)
@@ -2884,8 +2884,6 @@ void wxGenericTreeCtrl::Edit( const wxTreeItemId& item )
         return;
     }
 
-    m_itemEdited = itemEdit;
-
     // We have to call this here because the label in
     // question might just have been added and no screen
     // update taken place.