mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-01 16:19:43 +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;
|
||||
|
||||
mIsSelection = false;
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -508,7 +508,6 @@ private:
|
||||
bool mPreviewWithNotSelected;
|
||||
bool mPreviewFullSelection;
|
||||
|
||||
bool mIsSelection;
|
||||
double mDuration;
|
||||
NumericFormatSymbol mDurationFormat;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user