From 09088d12d4d610bb45e4cb536384d6e51788b730 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 25 Jul 2004 15:48:14 +0000 Subject: [PATCH] compilation fix after last commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28476 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/treectlg.cpp | 2 -- 1 file changed, 2 deletions(-) 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. -- 2.45.2