mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Shuttle and ShuttleParams class hierarchies are separate...
... despite the name similarities, there was no commonality of purpose. We can use multiple inheritance from the two, treating each as a mixin, if need arises.
This commit is contained in:
@@ -306,11 +306,6 @@ bool ShuttleCli::ExchangeWithMaster(const wxString & Name)
|
||||
}
|
||||
|
||||
|
||||
bool ShuttleParams::ExchangeWithMaster(const wxString & WXUNUSED(Name))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
#ifdef _MSC_VER
|
||||
// If this is compiled with MSVC (Visual Studio)
|
||||
#pragma warning( push )
|
||||
|
||||
Reference in New Issue
Block a user