From 21e8fab30f8b4e843031543f358c3d908a34de35 Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Mon, 28 Apr 2008 01:34:33 -0500 Subject: [PATCH] Add GPL header. --- Timeline/Region.C | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Timeline/Region.C b/Timeline/Region.C index 814ed13..9d4f20a 100644 --- a/Timeline/Region.C +++ b/Timeline/Region.C @@ -689,16 +689,16 @@ Region::draw ( void ) draw_label( _clip->name(), align() ); - if ( current() ) - { - /* draw length bubble */ +/* if ( current() ) */ +/* { */ +/* /\* draw length bubble *\/ */ - char pat[40]; +/* char pat[40]; */ - snprintf( pat, sizeof( pat ), "%dm:%.1fs", (int)(length() / timeline->sample_rate()) / 60, (double)length() / timeline->sample_rate() ); +/* snprintf( pat, sizeof( pat ), "%dm:%.1fs", (int)(length() / timeline->sample_rate()) / 60, (double)length() / timeline->sample_rate() ); */ - draw_label( pat, (Fl_Align)(FL_ALIGN_INSIDE | FL_ALIGN_CENTER), FL_GREEN ); - } +/* draw_label( pat, (Fl_Align)(FL_ALIGN_INSIDE | FL_ALIGN_CENTER), FL_GREEN ); */ +/* } */ fl_pop_clip();