Remove unnecessary wxUnusedVar() from wxFileConfig code

No real changes, just don't use wxUnusedVar() for a parameter which is
actually used.
This commit is contained in:
Vadim Zeitlin 2024-01-02 00:50:39 +01:00
parent a65ada2a5e
commit 92b901f971

View file

@ -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