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:
parent
a65ada2a5e
commit
92b901f971
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue