From e2ef135161ed134c9d24abe16abb0758eb5cde65 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 21 Jun 2022 17:30:59 -0600 Subject: [PATCH] remove unused warning --- libs/temporal/tempo.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/temporal/tempo.cc b/libs/temporal/tempo.cc index 66a49853b2..b9655684a5 100644 --- a/libs/temporal/tempo.cc +++ b/libs/temporal/tempo.cc @@ -3369,6 +3369,7 @@ TempoMap::midi_clock_beat_at_or_after (samplepos_t const pos, samplepos_t& clk_p /******** OLD STATE LOADING CODE SECTION *************/ +#if 0 static bool bbt_time_to_string (const BBT_Time& bbt, std::string& str) { @@ -3383,6 +3384,7 @@ bbt_time_to_string (const BBT_Time& bbt, std::string& str) str = buf; return true; } +#endif static bool string_to_bbt_time (const std::string& str, BBT_Time& bbt)