From: Vadim Zeitlin Date: Sun, 25 Jul 2004 15:48:14 +0000 (+0000) Subject: compilation fix after last commit X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/09088d12d4d610bb45e4cb536384d6e51788b730 compilation fix after last commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28476 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/treectlg.cpp b/src/generic/treectlg.cpp index dd4fdecff9..61cfce6b52 100644 --- a/src/generic/treectlg.cpp +++ b/src/generic/treectlg.cpp @@ -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.