remove unused warning

This commit is contained in:
Paul Davis 2022-06-21 17:30:59 -06:00
parent 4b11b2ba28
commit e2ef135161
1 changed files with 2 additions and 0 deletions

View File

@ -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)