From 0f92241e9f1336bccb1f90d9ddb74faf6184264e Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Fri, 29 Apr 2022 02:58:04 -0700 Subject: [PATCH] Manager: fix compiler warning (unused variable) --- clientgui/sg_ProjectPanel.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/clientgui/sg_ProjectPanel.cpp b/clientgui/sg_ProjectPanel.cpp index 46cdf511e6..c3b3d65859 100644 --- a/clientgui/sg_ProjectPanel.cpp +++ b/clientgui/sg_ProjectPanel.cpp @@ -296,7 +296,6 @@ void CSimpleProjectPanel::UpdateInterface() { void CSimpleProjectPanel::ReskinInterface() { wxLogTrace(wxT("Function Start/End"), wxT("CSimpleProjectPanel::ReskinInterface - Function Begin")); - CMainDocument* pDoc = wxGetApp().GetDocument(); ProjectSelectionData* selData; char* ctrl_url;