mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-24 14:20:19 +01:00
remove various unused #defines and bits of code, patch by Campbell Barton
This commit is contained in:
@@ -316,8 +316,10 @@ writing audio.
|
||||
#include "NoteTrack.h"
|
||||
#endif
|
||||
|
||||
#define LOWER_BOUND 0.0
|
||||
#define UPPER_BOUND 1.0
|
||||
#ifdef AUTOMATED_INPUT_LEVEL_ADJUSTMENT
|
||||
#define LOWER_BOUND 0.0
|
||||
#define UPPER_BOUND 1.0
|
||||
#endif
|
||||
|
||||
using std::max;
|
||||
using std::min;
|
||||
|
||||
Reference in New Issue
Block a user