From 21e82b64f61c9a88d1ecb0d04cb2e754eddb4735 Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Fri, 16 May 2008 20:55:43 -0500 Subject: [PATCH] Minor cleanup. --- Timeline/Timeline.C | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/Timeline/Timeline.C b/Timeline/Timeline.C index 5184637..4bc8006 100644 --- a/Timeline/Timeline.C +++ b/Timeline/Timeline.C @@ -252,32 +252,6 @@ Timeline::time ( nframes_t when, int bpb, int note_type ) time_track->add( new Time_Point( when, bpb, note_type ) ); } -/* struct BBT */ -/* { */ -/* int bar, beat, tick; */ - -/* BBT ( int bar, int beat, int tick ) : bar( bar ), beat( beat ), tick( tick ) */ -/* { */ -/* } */ -/* }; */ - -/* /\** returns the BBT value for timestamp /when/ by examining the tempo/time maps *\/ */ -/* BBT */ -/* Timeline::bbt ( nframes_t when ) */ -/* { */ -/* Tempo_Sequence *tempo = (Tempo_Sequence*)rulers->child( 0 ); */ - -/* BBT bbt; */ - -/* for ( list ::const_iterator i = tempo.widgets.begin(); */ -/* i != tempo.widgets.end(); ++i ) */ -/* { */ -/* Tempo_Point *p = *i; */ - -/* } */ -/* } */ - - /************/ /* Snapping */