1
0
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:
Paul Licameli
2020-03-26 09:43:21 -04:00
parent d35150911a
commit 491b1d40a3
2 changed files with 0 additions and 3 deletions

View File

@@ -849,8 +849,6 @@ void Effect::SetDuration(double seconds)
mDuration = seconds;
mIsSelection = false;
return;
}

View File

@@ -508,7 +508,6 @@ private:
bool mPreviewWithNotSelected;
bool mPreviewFullSelection;
bool mIsSelection;
double mDuration;
NumericFormatSymbol mDurationFormat;