1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-03 14:13:11 +02:00

Remove credit of iAVC. We don't use it, and have no link for it.

This commit is contained in:
Paul Licameli 2017-07-22 14:23:50 -04:00
parent f79d5c3884
commit cdc32e2311
2 changed files with 0 additions and 2 deletions

View File

@ -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);

View File

@ -17,7 +17,6 @@
#include "EffectManager.h"
#include "Amplify.h"
// #include "AvcCompressor.h"
#include "AutoDuck.h"
#include "BassTreble.h"
#include "ChangeSpeed.h"