remove unneeded macro

This commit is contained in:
Paul-Licameli 2015-04-12 22:30:47 -04:00
parent f638c1504c
commit 0bb643fcda

View File

@ -1403,14 +1403,6 @@ enum {
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 {
typedef double (EffectNoiseReduction::Settings::*MemberPointer);