mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-20 15:41:18 +01:00
Remove unused member of Effect
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user