From 3060530b4fef4f9b3a5e48c08c170aa3d4d31338 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Mon, 10 May 2021 08:03:31 -0400 Subject: [PATCH] Remove outdated comments about Audacity.h and AUDACITY_DLL_API --- include/audacity/Types.h | 6 ------ src/FFmpeg.h | 5 ----- 2 files changed, 11 deletions(-) diff --git a/include/audacity/Types.h b/include/audacity/Types.h index 06d60f016..fb12ebc5f 100644 --- a/include/audacity/Types.h +++ b/include/audacity/Types.h @@ -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__ diff --git a/src/FFmpeg.h b/src/FFmpeg.h index 8f5abb2f3..3a9913974 100644 --- a/src/FFmpeg.h +++ b/src/FFmpeg.h @@ -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