mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-26 01:18:06 +02:00
Remove unused members of Envelope
This commit is contained in:
parent
f0bdfc10b5
commit
3ba1ebc5c0
@ -202,10 +202,6 @@ private:
|
|||||||
void BinarySearchForTime( int &Lo, int &Hi, double t ) const;
|
void BinarySearchForTime( int &Lo, int &Hi, double t ) const;
|
||||||
double GetInterpolationStartValueAtPoint( int iPoint ) const;
|
double GetInterpolationStartValueAtPoint( int iPoint ) const;
|
||||||
|
|
||||||
// Possibly inline functions:
|
|
||||||
// This function resets them integral memoizers (call whenever the Envelope changes)
|
|
||||||
void resetIntegralMemoizer() { lastIntegral_t0=0; lastIntegral_t1=0; lastIntegral_result=0; }
|
|
||||||
|
|
||||||
// The list of envelope control points.
|
// The list of envelope control points.
|
||||||
EnvArray mEnv;
|
EnvArray mEnv;
|
||||||
|
|
||||||
@ -224,11 +220,6 @@ private:
|
|||||||
bool mDB;
|
bool mDB;
|
||||||
double mMinValue, mMaxValue;
|
double mMinValue, mMaxValue;
|
||||||
|
|
||||||
// These are memoizing variables for Integral()
|
|
||||||
double lastIntegral_t0;
|
|
||||||
double lastIntegral_t1;
|
|
||||||
double lastIntegral_result;
|
|
||||||
|
|
||||||
// UI stuff
|
// UI stuff
|
||||||
bool mDragPointValid;
|
bool mDragPointValid;
|
||||||
int mDragPoint;
|
int mDragPoint;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user