mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
Appearance on OSX is now back to normal or better
Some additional wx3 cleanup as well.
This commit is contained in:
@@ -615,16 +615,6 @@ public:
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
#if !wxCHECK_VERSION(3, 0, 0)
|
||||
bool OnExecute(const wxString & topic,
|
||||
wxChar *data,
|
||||
int WXUNUSED(size),
|
||||
wxIPCFormat WXUNUSED(format))
|
||||
{
|
||||
return OnExec(topic, data);
|
||||
}
|
||||
#endif
|
||||
};
|
||||
|
||||
class IPCServ : public wxServer
|
||||
|
||||
Reference in New Issue
Block a user