From 7e1525b2e72bbe74faf7778efc70ab4cc82e9337 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 9 Dec 2002 16:42:27 +0000 Subject: [PATCH] fixed warning about unused var git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18162 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/treectrl.cpp | 2 -- 1 file changed, 2 deletions(-) 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) { -- 2.50.0