mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-02 08:59:28 +02:00
Remove unused member of Effect
This commit is contained in:
parent
d35150911a
commit
491b1d40a3
@ -849,8 +849,6 @@ void Effect::SetDuration(double seconds)
|
|||||||
|
|
||||||
mDuration = seconds;
|
mDuration = seconds;
|
||||||
|
|
||||||
mIsSelection = false;
|
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -508,7 +508,6 @@ private:
|
|||||||
bool mPreviewWithNotSelected;
|
bool mPreviewWithNotSelected;
|
||||||
bool mPreviewFullSelection;
|
bool mPreviewFullSelection;
|
||||||
|
|
||||||
bool mIsSelection;
|
|
||||||
double mDuration;
|
double mDuration;
|
||||||
NumericFormatSymbol mDurationFormat;
|
NumericFormatSymbol mDurationFormat;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user