From e7edee4714fc618cab30b54d84a7a99c431ba726 Mon Sep 17 00:00:00 2001 From: Nicolas Boichat Date: Fri, 16 Apr 2004 17:00:34 +0000 Subject: [PATCH] Removed unused variable. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1213 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/wx-console/wxbtreectrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/wx-console/wxbtreectrl.cpp b/bacula/src/wx-console/wxbtreectrl.cpp index 612c1affdd..40bde23835 100644 --- a/bacula/src/wx-console/wxbtreectrl.cpp +++ b/bacula/src/wx-console/wxbtreectrl.cpp @@ -70,7 +70,7 @@ void wxbTreeCtrl::OnRightClicked(wxMouseEvent& event) { if (treeid.IsOk()) { wxbTreeMarkedEvent evt(GetId(), treeid); - bool res = GetParent()->GetEventHandler()->ProcessEvent(evt); + GetParent()->GetEventHandler()->ProcessEvent(evt); } event.Skip(); } -- 2.39.5