1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-05 00:23:56 +01:00

Reverted 2x WXUNUSED that were fine in Windows but NOT in Linux/Mac (thanks to info from Paul Livesey)

This commit is contained in:
james.k.crook@gmail.com
2013-08-26 18:08:30 +00:00
parent 29ee0f544a
commit 15b82e7c71
2 changed files with 2 additions and 2 deletions

View File

@@ -158,7 +158,7 @@ void FileIO::SetCatalogInfo()
return;
}
void FileIO::SetCatalogInfo(wxUint32 WXUNUSED(type))
void FileIO::SetCatalogInfo(wxUint32 type)
{
#ifdef __WXMAC__
if (!mOpen || mFtp != NULL) {