Remove outdated comments about Audacity.h and AUDACITY_DLL_API

This commit is contained in:
Paul Licameli 2021-05-10 08:03:31 -04:00
parent c5ebc396eb
commit 3060530b4f
2 changed files with 0 additions and 11 deletions

View File

@ -784,10 +784,4 @@ using VendorSymbol = ComponentInterfaceSymbol;
using EffectFamilySymbol = ComponentInterfaceSymbol;
// LLL FIXME: Until a complete API is devised, we have to use
// AUDACITY_DLL_API when defining API classes. This
// it ugly, but a part of the game. Remove it when
// the API is complete.
#endif // __AUDACITY_TYPES_H__

View File

@ -34,11 +34,6 @@ class wxCheckBox;
* The symptoms are that INT64_C is not a valid type, which tends to break
* somewhere down in the implementations using this file */
/* In order to be able to compile this file when ffmpeg is not available we
* need access to the value of USE_FFMPEG, which means config*.h needs to come
* in before this file. The suggest way to achieve this is by including
* Audacity.h */
#if defined(USE_FFMPEG)
extern "C" {
// Include errno.h before the ffmpeg includes since they depend on