mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-27 15:53:49 +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:
@@ -158,7 +158,7 @@ void FileIO::SetCatalogInfo()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
void FileIO::SetCatalogInfo(wxUint32 WXUNUSED(type))
|
void FileIO::SetCatalogInfo(wxUint32 type)
|
||||||
{
|
{
|
||||||
#ifdef __WXMAC__
|
#ifdef __WXMAC__
|
||||||
if (!mOpen || mFtp != NULL) {
|
if (!mOpen || mFtp != NULL) {
|
||||||
|
|||||||
@@ -444,7 +444,7 @@ void KeyConfigPrefs::OnClear(wxCommandEvent& WXUNUSED(event))
|
|||||||
SetKeyForSelected( wxT("") );
|
SetKeyForSelected( wxT("") );
|
||||||
}
|
}
|
||||||
|
|
||||||
void KeyConfigPrefs::OnKeyDown(wxListEvent & WXUNUSED(event))
|
void KeyConfigPrefs::OnKeyDown(wxListEvent & e)
|
||||||
{
|
{
|
||||||
// the code in this function allows the user to seek to the next
|
// the code in this function allows the user to seek to the next
|
||||||
// command which begins with the letter that is pressed
|
// command which begins with the letter that is pressed
|
||||||
|
|||||||
Reference in New Issue
Block a user