unused variables/declarations

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2006-05-07 01:17:16 +00:00
parent b45c2fe579
commit 4fab51ddff
2 changed files with 0 additions and 9 deletions

View File

@@ -2815,8 +2815,6 @@ bool wxTreeCtrl::MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result)
// with many items is just too slow)
NM_TREEVIEW *tv = (NM_TREEVIEW *)lParam;
wxTreeItemId item = event.m_item;
wxTreeItemParam *param =
(wxTreeItemParam *)tv->itemOld.lParam;
delete param;