Remove unnecessary m_editorCtrl assignment.

m_editorCtrl is WeakRef<>, so doing it is pointless, and it breaks VC6
compilation.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70005 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2011-12-14 17:38:19 +00:00
parent a85b4023d1
commit c9d3d00cdf

View File

@ -742,8 +742,6 @@ void wxDataViewRendererBase::DestroyEditControl()
wxPendingDelete.Append(handler);
wxPendingDelete.Append(m_editorCtrl);
m_editorCtrl = NULL;
}
void wxDataViewRendererBase::CancelEditing()