mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-28 22:28:44 +02:00
remove unneeded macro
This commit is contained in:
parent
f638c1504c
commit
0bb643fcda
@ -1403,14 +1403,6 @@ enum {
|
|||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
// casting to a wxString required in wx3 and wrecks the strings in wx2.8.12
|
|
||||||
// so make it conditional.
|
|
||||||
#if( wxCHECK_VERSION( 3,0,0 ) )
|
|
||||||
#define WX3_STRING_FIX wxString
|
|
||||||
#else
|
|
||||||
#define WX3_STRING_FIX
|
|
||||||
#endif
|
|
||||||
|
|
||||||
struct ControlInfo {
|
struct ControlInfo {
|
||||||
typedef double (EffectNoiseReduction::Settings::*MemberPointer);
|
typedef double (EffectNoiseReduction::Settings::*MemberPointer);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user