1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 09:01:15 +02:00

This is only comments, in files where USE_ macros are tested...

... following the comment convention used in the preceding commit.
This commit is contained in:
Paul Licameli
2019-03-22 11:01:00 -04:00
parent adcb93512c
commit f45300f032
78 changed files with 78 additions and 78 deletions

View File

@@ -8,7 +8,7 @@
**********************************************************************/
#include "../../Audacity.h"
#include "../../Audacity.h" // for USE_* macros
#if defined(USE_VAMP)
#include "LoadVamp.h"

View File

@@ -8,7 +8,7 @@
**********************************************************************/
#include "../../Audacity.h"
#include "../../Audacity.h" // for USE_* macros
#if defined(USE_VAMP)

View File

@@ -11,7 +11,7 @@
**********************************************************************/
#include "../../Audacity.h"
#include "../../Audacity.h" // for USE_* macros
#if defined(USE_VAMP)
#include "VampEffect.h"

View File

@@ -11,7 +11,7 @@
**********************************************************************/
#include "../../Audacity.h"
#include "../../Audacity.h" // for USE_* macros
#if defined(USE_VAMP)