Remove alpha warnings

This commit is contained in:
Chris Cannam
2024-08-08 12:01:04 +01:00
parent 7c38c0b196
commit 091ef63ff0
2 changed files with 0 additions and 5 deletions

View File

@@ -41,8 +41,6 @@
#include <memory> #include <memory>
#include <cstddef> #include <cstddef>
#pragma message("The RubberBandLiveShifter interface is in alpha test. It may fail to work correctly, or change at any time in the future. Use it at your own risk.")
namespace RubberBand namespace RubberBand
{ {

View File

@@ -49,9 +49,6 @@ R3LiveShifter::R3LiveShifter(Parameters parameters, Log log) :
m_unityCount(0) m_unityCount(0)
{ {
Profiler profiler("R3LiveShifter::R3LiveShifter"); Profiler profiler("R3LiveShifter::R3LiveShifter");
m_log.log(0, "WARNING: The RubberBandLiveShifter interface is in alpha test. It may fail to work correctly, or change at any time in the future. Use it at your own risk.");
initialise(); initialise();
} }