1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-08 14:13:57 +01:00

Remove another C style cast, and an unnecessary track kind test

This commit is contained in:
Paul Licameli
2016-09-15 16:05:10 -04:00
parent 88611a4530
commit fbfee42a00
2 changed files with 5 additions and 5 deletions

View File

@@ -339,7 +339,7 @@ bool EffectScienFilter::Init()
while (t)
{
if (t->GetSelected() && t->GetKind() == Track::Wave)
if (t->GetSelected())
{
if (selcount == 0)
{