From: Vadim Zeitlin Date: Mon, 9 Dec 2002 16:42:27 +0000 (+0000) Subject: fixed warning about unused var X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7e1525b2e72bbe74faf7778efc70ab4cc82e9337 fixed warning about unused var git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18162 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/treectrl.cpp b/src/msw/treectrl.cpp index 27b03bfd52..66698a8537 100644 --- a/src/msw/treectrl.cpp +++ b/src/msw/treectrl.cpp @@ -2425,8 +2425,6 @@ bool wxTreeCtrl::MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result) eventType = wxEVT_COMMAND_TREE_SEL_CHANGING; //else: already set above - NM_TREEVIEW* tv = (NM_TREEVIEW *)lParam; - if (hdr->code == TVN_SELCHANGINGW || hdr->code == TVN_SELCHANGEDW) {