1
0
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:
RichardAsh1981@gmail.com
2013-09-23 20:16:02 +00:00
parent 14f861f4b1
commit 6a7da21dec
11 changed files with 4 additions and 52 deletions

View File

@@ -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;