Skip to content

Commit

Permalink
Merge remote-tracking branch 'audacity/release-3.4.0' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Licameli committed Oct 24, 2023
2 parents 0f6767c + 44ca53e commit fa0fbb2
Show file tree
Hide file tree
Showing 16 changed files with 11,095 additions and 14,359 deletions.
7 changes: 0 additions & 7 deletions libraries/lib-effects/Effect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,6 @@ TranslatableString Effect::GetDescription() const
return {};
}

// EffectDefinitionInterface implementation

EffectType Effect::GetType() const
{
return EffectTypeNone;
}

EffectFamilySymbol Effect::GetFamily() const
{
// Unusually, the internal and visible strings differ for the built-in
Expand Down
1 change: 0 additions & 1 deletion libraries/lib-effects/Effect.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ class EFFECTS_API Effect /* not final */

// EffectDefinitionInterface implementation

EffectType GetType() const override;
EffectFamilySymbol GetFamily() const override;
bool IsInteractive() const override;
bool IsDefault() const override;
Expand Down
Loading

0 comments on commit fa0fbb2

Please sign in to comment.