From 92b901f97198a0db8e05e4172ad6be16079656e7 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 2 Jan 2024 00:50:39 +0100 Subject: [PATCH] Remove unnecessary wxUnusedVar() from wxFileConfig code No real changes, just don't use wxUnusedVar() for a parameter which is actually used. --- src/common/fileconf.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/common/fileconf.cpp b/src/common/fileconf.cpp index 04b46ba448..e0c610d031 100644 --- a/src/common/fileconf.cpp +++ b/src/common/fileconf.cpp @@ -247,8 +247,6 @@ wxString wxFileConfig::GetGlobalDir() wxString wxFileConfig::GetLocalDir(int style) { - wxUnusedVar(style); - wxStandardPathsBase& stdp = wxStandardPaths::Get(); // it so happens that user data directory is a subdirectory of user config