1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-02 06:40:12 +01:00

Remove the nullary override of Effect::Preview

This commit is contained in:
Paul Licameli
2019-07-21 16:26:03 -04:00
parent b7ddd7dc53
commit 91515520bc
5 changed files with 2 additions and 11 deletions

View File

@@ -123,8 +123,6 @@ public:
virtual NumericFormatSymbol GetDurationFormat() = 0;
virtual void SetDuration(double seconds) = 0;
virtual void Preview() = 0;
// Preset handling
virtual RegistryPath GetUserPresetsGroup(const RegistryPath & name) = 0;
virtual RegistryPath GetCurrentSettingsGroup() = 0;