From cdc32e2311e1c39e619c0d1d953d10e3859a4fc2 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Sat, 22 Jul 2017 14:23:50 -0400 Subject: [PATCH] Remove credit of iAVC. We don't use it, and have no link for it. --- src/AboutDialog.cpp | 1 - src/effects/LoadEffects.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/src/AboutDialog.cpp b/src/AboutDialog.cpp index ac1dedebb..23d8e2496 100644 --- a/src/AboutDialog.cpp +++ b/src/AboutDialog.cpp @@ -239,7 +239,6 @@ void AboutDialog::CreateCreditsList() AddCredit(wxT("[[http://libexpat.github.io/|expat]]"), roleLibrary); AddCredit(wxT("[[http://xiph.org/flac/|FLAC]]"), roleLibrary); - AddCredit(wxT("iAVC"), roleLibrary); AddCredit(wxT("[[http://lame.sourceforge.net/|LAME]]"), roleLibrary); AddCredit(wxT("[[http://www.underbit.com/products/mad/|libmad]]"), roleLibrary); AddCredit(wxT("[[http://www.mega-nerd.com/libsndfile/|libsndfile]]"), roleLibrary); diff --git a/src/effects/LoadEffects.cpp b/src/effects/LoadEffects.cpp index 712e85818..529343690 100644 --- a/src/effects/LoadEffects.cpp +++ b/src/effects/LoadEffects.cpp @@ -17,7 +17,6 @@ #include "EffectManager.h" #include "Amplify.h" -// #include "AvcCompressor.h" #include "AutoDuck.h" #include "BassTreble.h" #include "ChangeSpeed.h"